Click here to Skip to main content
15,896,498 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Currently I am creating some dynamic controls on my page these can be hundreds of controls.
Some of these will be available depending upon the input of the page so you can say the visibility will be different. This page in fact represents the dozens of pages.
I want to create these pages from viewstate, e.g I have created 5 textboxes on page_Init() and then want to store these in Viewsate and next time if needed then load from the view state.
In the other words can I create the and store the whole control object with all of the properties in viewstate, if so then how I will be able to accomplish this.
Many Thanks
Regards
Basharat
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900