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 windows active directory authentication?
What is full form of asp.net?
How you can add an event handler?
Explain the advantages of caching?
What is asp net objects?
What is scope of an application variable in asp.net?
How to register exception filter globally?
How can we prepairing Interview
What is difference between view state and session state?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
Is redux flux?
Write a code snippet to implement the indentation in json in web api.
What is HTTPModule and HTTPcontext? What is the use of each?
Can one dll file contains the compiled code of more than one .net language?
Explain automatic memory management in .net.