what is view state and its use
Answer Posted / om nama shiva ya namaha
when ever any server control can raise its event then
browser can send its request to server and at the server
side the event executes and the response comes back to
browser is known as postback mechanism .During this postback
mechanism all the server controls data are stored in viewstate.
but for some controls like textbox,dropdown list,radiobutton
list etc can implement IPOSTBACK DATA HANDLERS interface for
this controls even if we put enableviewstate to false.these
controls can store all the data in html bodys .Even if we
disable viewstate they maintain data in the controls
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Where is the view state data stored?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Explain the use of view state?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Explain the concept of MVC Scaffolding?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Explain the difference between asp.net mvc and asp.net webforms
How to comment out asp.net tags?
Is there any limit for query string? Means what is the maximum size?
Is asp.net still used?
What is the difference between union and structure?
Define the term Web Garden?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is session in http request?
What are resource file and how do we generate resource file?