what is view state

Answers were Sorted based on User's Feedback



what is view state..

Answer / prameela

ViewState in Asp.net is used to save data to access across
postbacks.If the information is to be shared across
different controls, it can be placed in the view state of
the page, if it is to be accessed within the scope of a
single control, then it can be placed within the view state
of the control

Is This Answer Correct ?    11 Yes 5 No

what is view state..

Answer / somnath

using view state we can maintain a value in our page scope.
and this value use in pay page of our website.viwe state
maintain one session at the page destroyed.

Is This Answer Correct ?    0 Yes 0 No

what is view state..

Answer / sathya

View state is the method that the ASP.NET page framework
uses to preserve page and control values between round
trips. When the HTML markup for the page is rendered, the
current state of the page and values that must be retained
during postback are serialized into base64-encoded strings.
This information is then put into the view state hidden
field or fields.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Dot Net Framework Interview Questions

what is an assembly?

11 Answers  


Explain how you can implement Ajax in MVC?

0 Answers  


What is the advantage of using asp.net routing?

0 Answers  


What is razor code?

0 Answers  


Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?

0 Answers  






What is gacutil.exe. Where do we store assemblies ?

5 Answers   Accenture, BirlaSoft,


What is work of clr?

0 Answers  


What is viewstart page in mvc?

0 Answers  


Difference between int and int32

1 Answers  


What is Jit compilers?.how many are available in clr

1 Answers  


How do I define my own code group

1 Answers  


How do you specify comments using razor syntax?

0 Answers  


Categories