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
Explain the difference between asp.net mvc and asp.net webforms
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
Which method is used to force all the validation controls to run?
What are cao and sao.
Explain how can we inherit a static member?
What is ispostback method in asp.net?
What is a session http?
What are the data controls available in asp.net?
When was asp.net released?
What is the default Orientation property in a Menu control?
What is asp according to you?
What is break mode?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is Model-View-View Model?
What is the life cycle of an asp.net page?