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

How do I use response redirect?

0 Answers  


What does setting a control's EnableViewState property to false accomplish?

1 Answers  


Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?

0 Answers  


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


What are the differnt types of handler in ASP.NET?

0 Answers   Sans Pareil IT Services,






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

0 Answers  


What is the mvc model?

0 Answers  


How do u declare static variable and how it is declared and what is its lifetime?

0 Answers  


Why do we need Web Services?

1 Answers   Mind Tree,


What is session authentication?

0 Answers  


How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP

3 Answers  


What is marshalling ? Is it a part of asp.net ?

0 Answers   MCN Solutions,


Categories