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 is the latest version of asp.net?
What are different methods of session maintenance in asp.net?
How do session tokens work?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is the difference between executescalar and executenonquery?
How do you declare static variable? What is its lifetime?
What are the difference between overriding and overloading?
What is the difference between Hash table and Array list?
Which is better php or asp.net?
Explain about consistent programming model in the .NET framework?
Is session stored in browser?
Should I delete cookies?
What are the different methods of session maintenance in asp.net?
What language does asp.net use?
Describe how ASP.NET maintains process isolation for each Web application?