What is view state and how this can be done and was this
there in asp?
Answer Posted / arunajyothi.m
In simple we can say that once we store data in viewstate
that information can be used in round trips to webserver.
This was not there in Classic Asp.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is http protocol and how it works?
What is session id in web application?
What is loop in asp.net?
Explain server-side scripting?
What is difference between inproc and outproc?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Which is better asp.net or php?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Where would you use an ihttpmodule, and what are the limitations if any?
What are the asp.net list controls and difference between them?
How to implement form based authentication in asp.net application?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is ispostback method in asp.net?
What is difference between Lambda Expression and LINQ in ASP.NET?