How will u decide when to use caching and when to use
viewstate?
Answer Posted / ajai
If you want to store large datasets and datatables than
data caching is an good option and for small values you
should use viewstate.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How can we identify that the Page is Post Back?
What is difference between asp.net and asp?
i want the asp.net technical questions and answeres
How will you maintain versioning in asp.net 2.0?
What is a windows service?
What threading model used in asp and asp.net?
What is the difference between server-side scripting and client-side scripting?
What are the differences between clr & cts?
Differentiate between file-based dependency and key-based dependency.
What are the different method of navigation in asp.net?
What is asp.net localization?
Why mvc is better than asp.net? : Asp.Net MVC
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
How would ASP and ASP.NET applications run at the same time on the same server?
How tooltip is set through code-behind in ASP.NET?