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 do you remove duplicates without using remove duplicate stage?
What is the used of "ispostback" property?
What is the full form of asp.net?
Describe the diffeerence between inline and code behind?
What is a 1x1 pixel?
How many web config files can be created for an application?
Is react a template engine?
What is jade template engine?
What is base class of .net?
What are the main advantages of using asp.net?
What is the importance of Global.asax in ASP.NET?
What is data control in asp.net?
Is global asax mandatory?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Do session use cookies in asp net?