GeekArticles
Microsoft
C#ASP.NET Internals: Viewstate and Page Life Cycle
Author: codeproject.com |
Published: 26th Mar 2008 |
Visited: 64 times |
Add CommentFiled in: CSharpDiscusses asp.net viewstate and page life cycle in depth
Read Article Sponsored Links
Related Articles
• Another 3 EASY way to Stopping ASP.Net ViewState Problem The ASPNet pages uses ViewState field to store current data between server and client. But if you have many controls or data on your page viewstate info will become bigger than your normal html. So this helpers allows to stop viewstate prob ...
• JavaScript Page Cookie (maintaining page state) Sometimes you need to redirect the user from the current page to accomplish a part of a task. Most people use pop-up windows to refrain from doing this, but sometimes you just can't do it any other ...