View State View State is one of the most important and useful client side state management mechanism. It can store the page value at the time of post back (Sending and Receiving information from Server) of your page. ASP.NET pages provide the ViewState property as a built-in structure for automatically storing values between multiple requests [...]
Archive for November, 2009
State Management in ASP.NET – View State and Session State
Posted: November 26, 2009 in ASP.NETTags: session, state management, viewstate
1
State Management in ASP.NET – Part IV
Posted: November 4, 2009 in ASP.NETTags: ASP.NET, state management
Caching Caching is a technique where we can store frequently used data and Web pages are stored temporarily on local hard disks for later retrieval. This technique improves the access time when multiple users access a Web site simultaneously or a single user accesses a Web site multiple times. Caching for Web applications can occur [...]
