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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain diff. Betn dataset and recordset?

563


How can you implement encapsulation in asp.net?

11329


What does ascx stand for?

518


How would you create a permanent cookie?

582


What are the asp.net list controls and difference between them?

526






Is there any alternative to avoid name collisions other then Namespaces?

581


What are web server controls in asp.net?

560


What is x xss protection?

577


What is asp net objects?

531


Is asp.net a programming language?

545


What is autopostback true?

616


Is asp.net core faster?

550


How can we identify that the Page is Post Back?

567


What’s the use of “GLOBAL.ASAX” file?

609


Which tool you have done?

1490