Answer Posted / ganesh
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is query string?
What's the use of response.output.write()?
Explain some of the major built-in objects in asp.net
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What are the new features added from ASP to ASP.NET?
What is a server farm in iis?
What is the life cycle of web page?
Do gac'ed assemblies have fulltrust?
What are Session states available and its Uses?
What is difference between URL and URI?
List the asp.net validation controls?
How to turn off cookies for a page?
What is a postback in asp net?
What is data caching?
How you will improve web application performance?