What is view state and how this can be done and was this
there in asp?
Answer Posted / nilesh lende
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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
Give some salient points of difference between request processor and request dispatcher.
Are xaml file compiled or built on runtime?
Can we handle the error and redirect to some pages using web.config?
Explain what is an assembly?
What is css in asp.net?
Differentiate between file-based dependency and key-based dependency.
Explain the benefits of viewstate?
Can we have a web application running without web.config file?
What is the use of asp.net web api?
Explain the difference between singleton and single call?
How does asp.net page work?
Explain the various authentication mechanisms in asp.net.
When does a session actually start?
What are the session variables?
Describe the diffeerence between inline and code behind?