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
What is the server of asp.net?
Explain MVC model binders?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What are the different validators in asp.net?
What is the appSettings Section in the web.config file?
Disable Mouse right click on web page in asp.net?
Explain code snippet to register exception filters from controller?
Define session in asp.net.
How can u deifne the benefits and limitation of using Viewstate for state management?
Can we use a static function with a non-static variable?
How many types of session state management options available in asp.net?
Can any body provide me the sample web application in asp.net
What is the exact purpose of http handlers?
Why select Web API?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc