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
How many types of sessions are there in asp net?
Write some code using interfaces, virtual methods, and an abstract class`
Explain how dot net compiled code will become platform independent?
What is the server of asp.net?
What are the disadvantages of asp.net?
What are the different types of Caching techniques in ASP.NET?
Explain the difference between array and linkedlist?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Which method is used to enforce garbage collection in .net?
Explain the difference between debug.write and trace.write?
what is loosely coupled solution? How it can be used?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What are the different properties of server control that exists?
Explain asp.net mvc request life cycle? : asp.net mvc
Why SessionID changes in every request in asp.net?