Answer Posted / tauseef ahmad
ASP.NET ViewState is a new kind of state service that developers can use to track UI state on a per-user basis. Internally it uses an an old Web programming trick-roundtripping state in a hidden form field and bakes it right into the page-processing framework.It needs less code to write and maintain state in your Web-based forms.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which .NET framework supports Web API?
What is the maximum timeout we can set for Cookies?
What are resource file and how do we generate resource file?
How would you enable impersonation in the web.config file?
Which is faster viewbag or viewdata?
How to implement form based authentication in asp.net application?
What is the web.config file in asp?
Explain diff. Between friend and protected friend?
Explain how cookies work. Give an example of cookie abuse.
How can we inherit a static member?
What are Caching techniques in .NET
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is a web server? What are the load limits in it?
What is the difference between a multi-layer and multi-tier applications?
Define reflection in .net?