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
How response object is related to asp's response object?
What is a runtime version?
What is cookies cache and session?
What is boxing and unboxing in asp.net?
How does asp.net work?
Define xmlvalidatingreader class.
Describe the difference between inline and code behind - which is best in?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is custom events?
What is difference Between Authentication and authorization?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
How to display validation messages in one control?
How does asp.net page work?
where can i gather the materials for MCP certification
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?