view state data is stored in which format?
Answer Posted / pankaj oberoi
view state is the default way to store the value of controls
in hidden fields.value store in hidden fields in encrypt
form.when the page post back view state store all values to
hidden fields. TextBox and dropdown list are the controls who
store value in view state when ever we disable view state of
this control.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is session start?
What are the two properties that are common on every validation control?
What is the significance of finalize method in .net?
What are session and cookies?
Can you explain the basic use of dataview?
Is asp.net a programming language?
Where code pages are used?
When you use Ajax controls in the ASP.NET application?
What is difference Between Authentication and authorization?
What is view state management in asp net?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Differentiate between globalization and localization.
Write code to send e-mail from an asp.net application?
What is the difference between asp.net and mvc?
What is the maximum amount of memory any single process on windows can address?