How will u decide when to use caching and when to use
viewstate?
Answer Posted / ajay
when u want to store large data like(dataset & data tables) then u can use caching and if u want to use small data then u can choose viewstate....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
What is a query string in a url?
How can we inherit a static variable?
Why do we need asp.net?
Explain global assembly cache.
when a request is made in Life cycle of ASP.NET page .
How is it possible for .NET to support many languages?
What are the versions of garbage collection?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Distinguish between Server-side and Client-side code?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Which is faster union or union all?
What are the difference between function and stored procedure in .net programming language?
What is the difference between server-side scripting and client-side scripting?
Which browsers support the xmlhttprequest object?