What is view state and how this can be done and was this
there in asp?
Answer Posted / kautilya
ViewState is a hidden component which is being stored at
client side. It is basically used to retain the data of the
form during round trip to the server.
Viewstate is introduced in asp.net, it was not in classic
asp.
Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
Where is the view state data stored in asp net?
When you use Ajax controls in the ASP.NET application?
How to handle errors in Web API?
What is session management in web application?
Explain asp.net application life cycle?
How does a content page differ from a master page?
What does a switch do?
Explain the Order of events in an asp.net page?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is clr? Difference between clr & cts?
How to unit test Web API?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is & in a url?
What is scope of an application variable in asp.net?
How will you load dynamic assembly?