Answer Posted / 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 |
Post New Answer View All Answers
How to unit test Web API?
What is a url string?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
what is DLL Hell and how it is solved in .NET? please explain clearly??
What is a viewbag?
What is http request and response?
How to use a Master Database in Asp.net?
What are the Types of objects in ASP
Why would a company use an application service provider?
How many types of sessions in asp.net?
How do u optimize a query in asp.net?
How can you implement the postback property of an asp.net control?
How can we create custom controls in asp net?
List the major built-in objects in asp.net?
Is asp.net a programming language or framework?