I've been using RadAJAX for WebForms for a couple of years. I do 99% of my coding with dynamic controls, created in the code behind. My current project has many tab controls with multipages, etc, and many controls within each muliview. I am using RadAjaxManager and carefully keeping track of which controls trigger which.
Do I seriously have to recreate each and every control for every postback?? There are 100s, and many of them are not created until the user takes certain actions.
What are the strategies I can use?