What is view state and how this can be done and was this
there in asp?
Answer Posted / anand mishra
It is used to remember the controls state when page is
posted back to server.asp.net stores the viewsate on clien
site in hidden field _Viewstate in encrypted form.we can
enable/ disable the view state with "EnableViewstate"
property to True/False.
view state value from one web page can not be accessed from
another web page.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a default skin and a named skin?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is postback request?
List some of the important session state modes of asp.net.
What is the use of session state and application state and difference between them?
how to debug web services on consumer side?
Can we override the enablepartialrendering property of the scriptmanager class?
What do you mean by authorization?
What is session and cookies in asp.net?
How will you load dynamic assembly?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
Explain Optimization technique description?
Are cookies stored on server or client?
What do you mean by query string?