8
Shouts

ViewState Control in ASP.NET 4.0 « Abhijit's World of .NET

published 738 days, 18 hours, 10 minutes ago posted by abhijitjanaabhijitjana 740 days, 8 hours, 36 minutes ago
Monday, May 17, 2010 2:10:19 PM GMT Saturday, May 15, 2010 11:44:29 PM GMT

View State is one of the most important and useful client side state management mechanisms. It can store the page value at the time of post back (Sending and Receiving information from Server) of your page. ASP.NET pages provide the View State property as a built-in structure for automatically storing values between multiple requests for the same page. we generally used “EnableViewState” Properties for both Page ...

category: ASP.NET | clicked: 0 | | source: abhijitjana.net | show counter code
tags: State Management, C#, Visual Studio, ASP.NET 4, ViewState