Differnce between Control an View State
Answer / dev
View State are valid mainly during postbacks and
information is stored in client only. Viewstate are valid
for serializable data only. Moreover Viewstate are not
secured as data is exposed to client. although we can
configure page directive and machine key to make view state
encrypted. Where in case of session this is user specific
data that is stored in server memory . Session state is
valid for any type of objects. We can take help of session
through different web pages also.
Is This Answer Correct ? | 4 Yes | 12 No |
What does mvc represent in asp.net? : asp.net mvc
Where is the view state data stored?
How ViewstateMac works?
How do you register JavaScript for webcontrols ?
How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
What is stateless asp or asp.net ?
2 Answers Accenture, BirlaSoft,
Can we use http handlers to upload a file in asp.net?
how to debug web services on consumer side?
What is session state server?
Can we add code files of different languages in app_code folder?
How you can add an event handler?