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
How about the security in Activex DLL and Activex EXE ?
Is there any property names “isnavigating”?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain how asp.net different from asp?
What is razor? : asp.net mvc
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Write a code snippet to implement the indentation in json in web api.
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
What are merge modules?
How do we access view state value of this page in the next page?
What is difference between URL and URI?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What are session state modes?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?