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
What is http post and http get?
What are the disadvantages of asp.net?
What is _dopostback in asp net?
Explain the difference between array and linkedlist?
What is xaml? Are xaml file compiled or built on runtime?
What does mean by a neutral culture?
What is enableviewstate?
What is the difference between a multi-layer and multi-tier applications?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is use of <% %> in asp.net?
How many types of sessions in asp.net?
What is http only cookie?
What is Dynamic Web and discuss its usage with the help of real life examples?
How many web config files can be created for an application?
What is razor? : asp.net mvc