What is view state and how this can be done and was this
there in asp?
Answer Posted / arunajyothi.m
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.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Why do we need master page in asp.net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is server side routing?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
Why is global asax is used?
Explain the role of global.asax?
Is session stored in browser?
List down the sequence of methods called during the page load.
Where can I get the details on migration of existing projects using various technologies to asp.net?
How does ASP.NET framework maps client side events to Server side events.?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are the different authentication modes in asp.net?
How do we access view state value of this page in the next page?
What do you understand from custom control?
Explain the function of new view engine in asp.net? : asp.net mvc