Answer Posted / tauseef ahmad
ASP.NET ViewState is a new kind of state service that developers can use to track UI state on a per-user basis. Internally it uses an an old Web programming trick-roundtripping state in a hidden form field and bakes it right into the page-processing framework.It needs less code to write and maintain state in your Web-based forms.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What’s the difference between response .redirect and server.transfer?
Do session use cookies in asp net?
How would you get asp.net running in apache web servers?
What is the usage of DelegatingHandler?
How is session id generated?
What is meant by ispostback in asp net?
Is it true that a Web service must be written in .NET or not?
To add a hyperlink column to the DataGrid which tag is used ?
List some of the important session state modes of asp.net.
What is application variable?
Where do the cookie state and session state information be stored?
In the Repeater control which way you can edit?
How to disable disable browser's Back button in asp.net (JavaScript)?
How many types of state management are there in asp net?
In Code-Behind class which kind of code (server or client) is found ?