0
kicks
Frictionless data persistence in ASP.NET WebForms
This article provides an approach to eliminating boilerplate code for storing state in Application, Cache, Context, Cookies, Session, Hidden Fields, Query Strings, and ViewState (on the client or on the server). Using attributes, you can switch your state persistence from ViewState on the client to an encrypted session variable without writing any code.