Answer Posted / suresh
When a form is submitted in ASP .NET, the form reappears in
the browser window together with all form values. How come?
This is because ASP .NET maintains your ViewState. The
ViewState indicates the status of the page when submitted
to the server.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How can we access static variable?
What is authentication in asp.net?
What is difference between URL and URI?
Explain Optimization technique description?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How would you implement inheritance using c#?
What is validation in asp.net?
How is it possible for .NET to support many languages?
What is a user developed application?
What are the disadvantages of view state?
What are sessions in asp net?
What is the difference between localization and globalization?
How can u deifne the benefits and limitation of using Viewstate for state management?
In a Repeater control how one can provide an alternating color scheme ?
What are the components of ado.net?