view state data is stored in which format?
Answer Posted / radhe shyam
view state is a client-side state management techniques,And
it is basically used to maintain value of all the controls
of a page.it store date in encrypted mode in client
browser.whenever you post view state data one page to
another page then it automically expire.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What can we do with asp.net?
What are sessions used for?
How we can force all the validation controls to run?
What is asp according to you?
How to make paging concepts in datagrid in ASP.NET?
What is scope of an application variable in asp.net?
Why viewstate is used in asp.net?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Is there any alternative to avoid name collisions other then Namespaces?
Can you explain architecture of your project ?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
Explain about ASP.NET?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What are the different properties of server control that exists?
Write a code snippet to implement the indentation in json in web api.