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
What is asp net theme?
What is the difference between a default skin and a named skin?
Describe how ASP.NET maintains process isolation for each Web application?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Describe the master page.
Explain a program using code nuggets to create a simple application? : asp.net mvc
What are the difference between overriding and overloading?
What are the disadvantages of view state?
What is difference between web config and global asax?
What is difference between asp state management and asp.net state management?
What is runat?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is windows active directory authentication?