Click here to Skip to main content
15,904,986 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
What is the use of ViewState Object in ASP.NET?
Posted
Comments
Thanks7872 3-Dec-13 1:53am    
Don't you have access to google.com?

Try Google for first for the basic research. Then if you have any specific difficulties, then you can always come back to CP

Here. Try these links.
Beginner's Guide To View State [^]
http://msdn.microsoft.com/en-us/library/ms972976.aspx[^]
http://msdn.microsoft.com/en-us/library/bb386448.ASPX[^]
http://www.w3schools.com/aspnet/aspnet_viewstate.asp[^]
http://asp.net-tutorials.com/state/viewstate/[^]
 
Share this answer
 
View state was introduced back in 2002 as a key feature of ASP.NET to preserve changes to the state of a Web Form across postbacks, more information can be found here:

http://msdn.microsoft.com/en-us/library/ms972976.aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900