Description of ASP.NET State Management: View State :
ASP.NET State Management: View State is an article which contains more information about the view state technique. The view state is used to maintain the state and information of the client side. The author shows you how to enable and disable the viewstate using the EnableViewState property. In this article you can get the method for protecting the viewstate.