How will u decide when to use caching and when to use
viewstate?
Answer Posted / anurag vatsa
storge of large dataset & data tables should be done using
data caching while for small data values we can use view
state.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is the difference between viewstate and hidden field in asp.net?
Where do we store our connection string in asp.net application?
Is asp.net and .net the same?
What is the significance of proxy user?
Where is the view state data stored?
What is the difference between runtime version and version?
What is the difference between stored procedure vs function?
When we use cookie less session? Explain its working?
What is difference between viewstate and session state in javascript?
Explain how viewstate is being formed?
What are the differences between the response.write() and response.output.write()?
Define page output caching?
Where is the view state data stored in asp net?
Is asp.net core faster?