What is viewstate in ASP.NET

No.of Views2474
Bookmarked0
By RRaveen  On 08 Dec 2010
emailbookmarkadd commentsprint
 

Answer:

The viewstate is encrypted format of the data generated by ASP.NET+IIS for first time when page has request by the browser for control existing in the page. If the information is to be shared across different controls, it can be placed in the viewstate of the page, if it is to be accessed within the scope of a single control, and then it can be placed within the viewstate of the control. The type of info one can save here may be simple data types or even complex user defined objects.further reading for viewstate here

 
 
About Author
 
RRaveen
Occupation-Software Engineer
Company-TGS
Member Type-Gold
Location-Singapore
Joined date-03 Jun 2009
Home Page-codegain.com
Blog Page-www.codegain.com
- B.Sc. degree in Computer Science. - 4+ years experience in Visual C#.net and VB.net - Obsessed in OOP style design and programming. - Designing and developing Network security tools. - Designing and developing a client/server application for sharing files among users in a way other than FTP protocol. - Designing and implementing GSM gateway applications and bulk messaging. - Windows Mobile and Symbian Programming - Having knowledge with ERP solutions
 
 
Other popular Interview Questions On ASP.NET
^ Scroll to Top