How will u decide when to use caching and when to use
viewstate?
Answer Posted / satish v itagi
ViewState has no automatic expiration, it is reloaded with
every page created and served by server. Caching leaves
data away from page life, its scope can be page, session or
application. Caching can have its own custom life span
defined. Conventionally, caching is used for large data.
Bigger viewstate data, slower will be page loading. Bigger
caching, faster will be page loading!
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are tuples?
What is preprocessor in .net? Where it use?
Define web services in asp.net.
How does exception management works in ASP.NET?
What is anonymous authentication?
How does the cookies work in asp.net?
Explain difference betn dataset and recordset?
How to change Master page in ASP.Net using code?
Who creates jsessionid?
how to write html code with ssl
How to unit test Web API?
Explain security types in asp.net?
What is session authentication?
Is web config mandatory?
What types of data validation events are commonly seen in the client-side form validation?