Explain the functionality of "EnableViewState" ? What
happens if you want it on or off?
Answer Posted / swapna
If we Enable Enableviewstate property then the state of
that particular control will remains even after postback.
If we disable Enableviewstate property then after postback
that control will lose the previous state.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How do u optimize a query in asp.net?
What is bound controls
Which method is used to perform all validation at the page level?
How do we assign page-specific attributes?
What are session objects?
What are the types of caching in asp.net?
What is the file extension of web service?
Explain the difference between dataset and datareader.
What is an axd file?
What is the importance of Global.asax in ASP.NET?
How use Xml data in ASP.net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What are the different types of proxy patterns?
Explain the difference between an exe and a dll?