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
Explain what are delegates?
What is active web pages?
Can we add code files of different languages in app_code folder?
Where the assembly is stored in asp.net?
Why web api is better than wcf?
Can we have 2 web config files?
In asp.net, how can you validate drop down box?
What is the difference between custom web user control and a custom web server control?
What is difference cookie and session?
What are the new data controls in asp.net 2.0?
Explain how can we inherit a static member?
What is the difference between response.redirect and server.transfer?
What New Features comes with ASP.NET Web API 2.0?
Explain about asp.net caching?
What is diff. Between abstract class and an interface?