What does the "EnableViewState" property do? Why would I
want it on or off?
Answer Posted / ramgopal reddy
It enables the viewstate on the page. It allows the page to
save the users input on a form
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Define web.config in .net?
What are the properties of the eventargs argument when capturing keyboard events?
What is the difference between web.config and machine.config in ASP.NET?
Why session management is required?
How does http session work?
What types of data validation events are commonly seen in the client-side form validation?
Why session is necessary in web application?
Explain how asp.net page works?
What is autopostback in asp net?
What is the file extension of web service?
What are sql joins?
What is true about application service provider?
What are early binding and late binding.
What is the use of global.asax file?
What is diff. Between abstract class and an interface?