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 the difference between a cookie and a pixel?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What are the types of session in asp.net?
Why cyclomatic complexity is important?
Do you know caching feature?
What is localhost in asp.net?
Why is it preferred to not use finalize for clean up?
Which tool you have done?
What’s the difference between response .redirect and server.transfer?
What is a Cookie? Where is it used in ASP.NET?
Where can I get information on cookies in asp.net?
Why do you use the app_code folder in asp.net?
How would you get asp.net running in apache web servers? Explain it's limitations.
What is is post back property in asp net?
What is a web server? What are the load limits in it?