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
Explain culture and uiculture values.
What are the Types of objects in ASP
What is the main difference between Asp.net and Vb.net?
What is variable and constant in .net programming language?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Explain how asp.net page works?
How many types of session in ASP.NET
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Why does my asp.net file have multiple tag with runat=server?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Explain why datareader is useful?
What is a server cookie?
How to add DateTime Control in normal DataGrid Server Control?
If 200 is for all successful operation then why do we have 201 response codes?
Describe a Windows Service and its lifecycle ?