|
|
posted on Saturday, August 01, 2009
by
Admin
(14)comments
- Categorized as WebForms
Understanding viewstate is fundamental in asp.net, especially if you had run into :
Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previou...
|
posted on Saturday, August 01, 2009
by
Admin
(1)comments
- Categorized as WebForms
So, you have a collection class and you want it to maintain state. In the past versions of asp.net, we had to do this manually, managing state in our collection ourselves. It was not a difficult task but it required a bit of extra work. Now in asp.n...
|