What is view state and how this can be done and was this
there in asp?
Answer Posted / rajneesh hajela
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.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of View Model in MVC?
What are the new features added from ASP to ASP.NET?
Who generates session id?
What role “#&&” plays in a querysting?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What are the different types of cookies in asp.net?
What is the adavantage of using ASP.NET routing?
How can we inherit a static member?
In how many ways we can retrieve table records count?
How can we register exception filter globally?
What New Features comes with ASP.NET Web API 2.0?
What are the versions of garbage collection?
How does exception management works in ASP.NET?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is the difference between dynamic SGA and static SGA?