|
Rank: Member Groups: Member
Joined: 8/27/2012 Posts: 11
|
I am creating a TabStrip dynamically on a page. The tabstrip definition and the controls for each tab are created from JSON that is stored in a database. Is there a standard method for maintaining the field data for all tabs when switching back and forth between them, or do you know the best way to accomplish this?
I understand and apologize if this outside the support realm. Thanks for your help.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Unfortunately this is indeed outside of the scope of our support ---- dynamically creating controls and maintaining their status is a general ASP.NET programming topic. Sorry about it!
Thanks!
|
|
Rank: Member Groups: Member
Joined: 8/27/2012 Posts: 11
|
BTW, I have tried storing and restoring the data in hidden fields when switching tabs, but that led to events not being fired as they should. I would prefer to have the field data stored in the viewstate. Thanks.
|
|