view state data is stored in which format?
Answer Posted / nalin
View state is stored in the client in the form of a hidden
control called “__VIEWSTATE”. Here by client I mean the
rendered aspx pages in the browser. If view state property
is set to true then ASP.NET automatically adds a hidden
field/control by the name “__VIEWSTATE” and stores the
information related to the state of the page in an encrypted
format.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Explain how cookies work.
What is Bundling and Minification in MVC?
Can you explain autopostback?
How to display validation messages in one control?
Explain the advantages of passport authentication.
Can we have multiple web config files for an asp.net application?
What is http only cookie?
How can you handle unmanaged code exceptions in asp.net?
What is difference between view and partial view?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is diff. Between abstract class and an interface?
Should I delete cookies?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What are the advantages and disadvantages of Using Cookies?