Where is ViewState information stored?

Answers were Sorted based on User's Feedback



Where is ViewState information stored?..

Answer / kotu

ViewState information is Stored in The Hidden Fields.

Is This Answer Correct ?    98 Yes 6 No

Where is ViewState information stored?..

Answer / surendra sharma

_VIEWSTATE [a html hidden field]

Is This Answer Correct ?    57 Yes 1 No

Where is ViewState information stored?..

Answer / sunil kumar mishra

As ViewState is a Client Side State Management
Techeniques. The the Information stored in Viewstate can
never stored in serverside.
The ViewState Information is stored in client browser in
the form of Hidden Field.

Is This Answer Correct ?    35 Yes 2 No

Where is ViewState information stored?..

Answer / srinivasulu

hiddenfiled

Is This Answer Correct ?    29 Yes 2 No

Where is ViewState information stored?..

Answer / rajendra yadav

ViewState information is Stored in The Hidden Fields.

Is This Answer Correct ?    21 Yes 2 No

Where is ViewState information stored?..

Answer / vishal arora

its only in hidden fields

Is This Answer Correct ?    17 Yes 1 No

Where is ViewState information stored?..

Answer / avirnenisiva

View state information is stored hidden field.

Is This Answer Correct ?    13 Yes 3 No

Where is ViewState information stored?..

Answer / deepak

view satate information is sotred in satate bag ,is object
that hold valu when a form is posted

Is This Answer Correct ?    28 Yes 22 No

Where is ViewState information stored?..

Answer / avirneni siva

In HTML hidden fields the view state information is stored.

Is This Answer Correct ?    3 Yes 0 No

Where is ViewState information stored?..

Answer / satendra kasana

The View State Information Store Information Current Page

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

What is skin in asp.net?

0 Answers  


What is connection pooling and how to enable and disable connection pooling?

0 Answers  


Can you explain autopostback?

0 Answers  


How would you get asp.net running in apache web servers? Explain it's limitations.

0 Answers  


How .Net has implemented security for web applications?

1 Answers  






What is a web api endpoint?

0 Answers  


What are the new data controls in asp.net 2.0?

0 Answers  


What are sessions used for?

0 Answers  


Why web api is better than wcf?

0 Answers  


What is the difference between equals() and == in c#?

0 Answers  


In which scenario we use Session and Cookies? With Example..

1 Answers  


What is caching in asp.net?

0 Answers  


Categories