What is view state and how this can be done and was this
there in asp?
Answer Posted / anand mishra
It is used to remember the controls state when page is
posted back to server.asp.net stores the viewsate on clien
site in hidden field _Viewstate in encrypted form.we can
enable/ disable the view state with "EnableViewstate"
property to True/False.
view state value from one web page can not be accessed from
another web page.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In asp.net, how can you validate drop down box?
Explain a program using code nuggets to create a simple application? : asp.net mvc
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
How to send a DataReader as a parameter to a remote client ?
Explain what is an abstract class?
What does it mean your session has timed out?
What is the difference between a page theme and a global theme?
What is the default authentication mode for asp.net?
How do you hide the columns?
What is Pre-Render event in ASP.NET?
What is the basic difference between asp and asp.net?
How may clustered index we can create in table?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
How ASP.NET page works?
How can we implement a identity (sql server) call in an asp.net page?