What is view state?

Answer Posted / aravind

*Viewstate object is used to persist data of variables
across postbacks.
*Viewstate object's value is accessible only at page level.
*This means that if a viewstate is created at MyPage.aspx,
then it may be used only within MyPage.aspx after the
postback, and cannot be used by any other page.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is .net core cross platform?

638


Explain what is immutability, what is it for and how is it codified?

533


What are the main components in .net?

536


What is the difference between .net and laravel?

577


Is Driver Script any how related to AOM?

623






What are the properties of ADO.NET?

651


Which namespace is require to used XML in .NET?

600


What is the intermediate language between asp and asp.net1.0?

1468


What is .net standard?

616


What is il in vb.net?

604


What are the namespace available in .net?

594


Define marshling?

596


What does msil do?

555


Explain garbage collection?

556


Should I implement finalize on my class? Should I implement idisposable?

554