What does the "EnableViewState" property do? Why would I
want it on or off?
Answer Posted / sankar
when ever your page view state on it will take too much
responese time. that is why it is better to off the view
state if you do not require the controls to remeber its
previous state.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the different web pages?
What are server objects?
Describe the difference between inline and code behind - which is best in?
What is difference between session and application in asp net?
What language is asp.net written in?
What is datagrid asp.net?
Define caching.
What is session and application variable in asp net?
What is the difference between web.config and machine.config in ASP.NET?
Define web services in asp.net.
Which class is used to send an email message from an ASP.NET Web page?
How does the service stream content?
What are html helpers in asp.net?
What is difference between view state and session state?
What is http protocol and how it works?