Encrypt ViewState and persisting page state
Posted: (EET/GMT+2)
There are two short article about ASP.NET 2.0 on MSDN that I find interesting. The first one shows you how to persist the page state in your web applications and the second about encrypting the ViewState variable contents. Both these articles give you good tips and tools for your developer toolbox.