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

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

598


Which adapter should you use, if you want to get the data from an access database?

540


What is the mvc framework?

564


What is request and response in asp.net?

511


Differentiate between a page theme and a global theme?

521






How to prevent client side validation from the ASP.NET validation controls?

575


What is asp.net response object?

556


Describe a bubbled event and how it is used ?

618


Explain server side state management system.

553


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

622


Can you explain architecture of your project ?

616


What is asp.net mvc5? : Asp.Net MVC

534


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

524


Where session id is stored?

535


Define globalization and localization.

567