Answer Posted / nithya
ViewStates are nothing but hidden fields genereted by
asp.net at runtime to maintain the state of the (Controls)
object. We can maintain viewstate in three levels.
Application level,Page Level,Control level. For this
EnableViewState property should be true.
These viewstates will be availble only in the page.If the
page will get expire this also will be expire in runtime.
We can maintain viewstate with in the page only.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do I send an email message from my ASP.NET page?
What is the difference between dynamic SGA and static SGA?
How can u deifne the benefits and limitation of using Viewstate for state management?
How to change Master page in ASP.Net using code?
What is event in asp.net?
Can master pages be nested?
How do you change the session time-out value?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Explain the differences between clr & cts?
Which namespace is used by ado.net?
What is autopostback true?
What's the use of response.output.write()?
What are standard controls?