How will u decide when to use caching and when to use
viewstate?
Answer Posted / richa
When it comes to choosing between ViewState and Caching it
all comes down to what you are doing. ViewState is an ideal
candidate if you are planning to save small values. Mostly
values of server controls are saved in ViewState. If you
plan to store large datasets, datatables or collections than
data caching is an excellent candidate.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What is the difference between login controls and forms authentication?
8. Why do you want to work here?
What is .net remoting?
Define static member?
What are Master Pages in ASP.NET? or What is a Master Page?
Define reflection in .net?
Is web config mandatory?
What are uri parameters?
What is viewstate information stored?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
Why mvc is better than asp.net? : Asp.Net MVC
Is post back property in asp net?
Is sql backend or frontend?
Why would anyone need to implement their own hashtable or linked list?
Why is it preferred to not use finalize for clean up?