view state data is stored in which format?

Answer Posted / nalin

View state is stored in the client in the form of a hidden
control called “__VIEWSTATE”. Here by client I mean the
rendered aspx pages in the browser. If view state property
is set to true then ASP.NET automatically adds a hidden
field/control by the name “__VIEWSTATE” and stores the
information related to the state of the page in an encrypted
format.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does the iis work?

552


How does asp net store session ids by default?

549


Which is faster union or union all?

584


Which is better union or union all?

568


What does uri mean?

505






List the events in page life cycle.

558


Explain advantages of caching?

539


What is the difference between “Web.config” and “Machine.Config”?

708


Explain MVC model binders?

607


How do you secure your configuration files to be accessed remotely by unauthorized users?

638


What is asp according to you?

540


Explain how asp.net different from asp?

578


Explain why datareader is useful?

556


What is active web page?

574


What’s the use of “GLOBAL.ASAX” file?

609