Hi All,
What is the best option to store data pertaining to dynamic controls. Here is my scenario.
- At any time around 5 to 15 master tables to retreive from.
- Dynamic Controls can be of type TextBox, DropDownList, ListBox, GridView.
- Master's are not going to change on postback, but page will incur many postbacks in a same session.
- I'm using SQLServer 2005 with .NET 2.0
Being more experienced users, Do you suggest to fill items in those controls from database or allow viewstate of each controls to maintain the item list? I'm looking at this from faster performance point of view. Also, Could you please provide reasons for your suggestions.
Any other suggestions are also welcome. Let me know, incase you need more information.
Thanks - Raja