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 the difference between model and entity?

1 Answers  


What is code first? : Entity framework

1 Answers  


What are the advantages of mvc over asp.net?

1 Answers  


Does Tempdata hold the data for other request in ASP.Net MVC?

1 Answers  


What are the components required to create a route in ASP.Net MVC?

1 Answers  


What is entity graph? : Entity framework

1 Answers  


what happened when type url in address bar and press enter?

5 Answers   IBM, Wipro,


What are Code Blocks in Views?

1 Answers  


When do you absolutely have to declare a class as abstract

1 Answers   Siebel Systems,


What is the difference between using system.net and system.net.sockets?

1 Answers  


Which is the default http method for an action method?

1 Answers  


What is the difference between windows vista and .net framework 3.0 ?

1 Answers  


Categories