view state data is stored in which format?
Answer Posted / raj
viewstate is the client side state management.every server
control has a view state .we can assign a property named
Enableviewstate to every server control and setting the
property to true,the viewstate will be enabled and hence
the values of the control will be stored as encrypted
format whenever the page is postback from the server again
and again.
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
what is loosely coupled solution? How it can be used?
What is ispostback method in asp.net? Why do we use that?
Can more than one person use the same login?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
Define a static class?
To add a hyperlink column to the DataGrid which tag is used ?
What is http session state?
What is server transfer?
What is asp.net globalization?
How can we create pie chart in asp.net?
When Cookies are expired in ASP.NET?
Explain the working of passport authentication.
What is http request and response?
Why we use asp.net for website development?
What is the advantage of mvc over asp.net? : Asp.Net MVC