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
What are sessions used for?
What is routing in MVC?
Can we create a multiple user simultaneously ?
Can viewstate be accessed in another page?
Explain about Application and Session Events ?
Which is better session or viewstate?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Describe the application event handlers in ASP.NET?
List some of the important session state modes of asp.net.
Explain the use of dataadapter.
Explain about the .NET framework?
Explain managed code an un-managed code.
What is the difference between application state and session state in asp net?
What are server side controls?
What does postback mean?