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
Which of the following .NET framework supports Web API?
What are the advantages of the code-behind feature?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Explain swagger components.
Difference between response.redirect and server.transfer?
What is hidden field in asp.net?
What is autopostback true?
Are cookies stored on server or client?
What are html helpers in asp.net?
What is query string with example?
What is bound controls
What is the difference between localization and globalization?
Explain the steps needed to be performed in order to create an animation in xaml?
What is the maximum amount of memory any single process on windows can address?