What is view state and how this can be done and was this
there in asp ?

Answers were Sorted based on User's Feedback



What is view state and how this can be done and was this there in asp ?..

Answer / babu reddy

View state one of the state management process
it is done by using hidden fields

Is This Answer Correct ?    5 Yes 0 No

What is view state and how this can be done and was this there in asp ?..

Answer / anjireddy bapathu

ViewState is the mechanism that allows state values to be preserved across page postbacks.
it is done by using hidden fields

Is This Answer Correct ?    0 Yes 0 No

What is view state and how this can be done and was this there in asp ?..

Answer / ranjans

View state is the method to preserve the values of the page and controls between the round trip. It is a Page Level state management technique. View state is turned on by default.
Key feature are: 1. Retails the value of the control after post-back without using sessions
2. Creates a custom view provider that lets you store View State information either in the page or on the client machine (SQL Database)

This is not there in ASP . ASP is a stateless web application. That means a new instance of a page is created every time when we make a request to the server to get the page and after the round trip our page has been lost immediately.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Can we use MSSql as backend in asp.net...if yes then How.?

0 Answers   MCN Solutions,


How many Directives r in ASP.NET?

8 Answers  


About Postback ?

6 Answers   Accenture,


What is custom attribute?

0 Answers  


Define page fragment caching?

0 Answers  


Why is this service branded with windows livetm?

0 Answers  


Explain parts of assembly?

0 Answers  


Why do we use sessions?

0 Answers  


Explain about solution explorer window?

0 Answers  


Difference between ASP Session and ASP.NET Session?

2 Answers  


Difference between ByVal and ByRef?

2 Answers   Microsoft,


How do you make your site SSL enabled ?

3 Answers   Satyam,


Categories