Answer Posted / sivadatta kodali
This concept comes in the state management.For Asp.net
server controls implicitly the state of control will be
maintained with the support of viewstate.View state will
maintain some information at the Html Hiddenfield and the
will be Encrypted.
If u want to set the value explicitly.
viewstate["Key"]=value;
If u want to Read the value from the viewstate
viewstate["key"].Tostring();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe the events in the life cycle of a web application.
Explain the server control events of asp.net ?
How you will handle session when deploying application in more than a server?
What is the current version of asp.net?
Give me one example of Web API Routing?
What is the Difference between MVC And MVP design pattrens
What is the significance of attaching a profile while creating a user?
Explain difference betn dataset and recordset?
What is view state and how it works in asp net?
What is the difference between a multi-layer and multi-tier applications?
What are the contents of cookie?
What are the different types of sessions in asp.net?
Explain cookies with example.
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Define data caching?