What is View State?
By admin on Jan 5, 2007 in ASP.NET Interview Questions, Technical
View State allows the state of objects (serializable) to be stored in a hidden field on the page. View State is transported to the client and back to the server, and is not stored on the server or any other external source. View State is used the retain the state of server-side objects between postabacks.


