Answer Posted / abhishek
When a form is submitted in classic ASP, all form values
are cleared. Suppose you have submitted a form with a lot
of information and the server comes back with an error. You
will have to go back to the form and correct the
information. You click the back button, and what
happens.......ALL form values are CLEARED, and you will
have to start all over again! The site did not maintain
your ViewState.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you secure your configuration files to be accessed remotely by unauthorized users?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is inheritance and an how it be used, example with an example?
What is the use of data set in asp.net?
How does u get record no from 5 to 15 from a dataset of 100 records?
Explain about the .NET framework?
What is server side in asp.net?
How long do session variables last?
What is slidemaster?
What is viewstate? What does the “enableviewstate” property do?
What is the postback property in asp.net?
What are the new features implemented in ASP.NET?
Explain the difference between authentication and authorization.
What is data cache in sql server?
What are the navigation ways between pages available in ASP.NET?