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
What is authentication in asp.net?
How can we register exception filter from the action?
What is preprocessor in .net?
Explain the purpose of storyboard.targetproperty.
Where the assembly is stored in asp.net?
What is the difference between user control an custom control?
Explain the code Access Security (CAS) in .net Framework?
How do you design a website with multilingual support in ASP.NET ?
What is the purpose of session management?
What is the difference between web.config and machine.config in ASP.NET?
What a diffgram is, and a good use for one?
Explain the significance of routing? : asp.net mvc
explain code with datachaching with example
What r the asp.net list controls and diff. Between them?
How to bind all the binding controls in a page at once in ASP.NET?