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
What is the use of view state?
What are the types of caching in asp.net?
How to create events for a control?
Explain the difference between asp and asp.net?
How can you ensure a permanent cookie?
Explain the difference between web user control and web custom control?
What is difference between viewstate and session in asp net?
What is clr? Difference between clr & cts?
What is asp.net version?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What is virtual directory in asp.net?
What is the difference between globalization and localization?
What are Authentication and Authorization?
What r the asp.net list controls and diff. Between them?
What is web router?