State Management in Web Forms — a practical guide to Web Forms state management with clear examples you can reuse in real projects.
ASP & ASP.NET Tutorial Series (72/247). Prefer one article? Read the complete ASP.NET tutorial.
Short description
Minimize ViewState size on heavy pages.
State options
ViewState (page)
Session (user)
Application (app)
Cookies
Cache