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
What is & in a url?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is server infrastructure?
What is custom events? How to create it?
How can we identify that the page is post back in asp net?
How long the items in ViewState exists?
Is viewstate enabled by default?
How do I use response redirect?
Explain about Multi-Language integration?
What is autopostback true?
What is http protocol and how it works?
What are themes and skins in 2.0, explain usage scenario?
What are cookies in your browser?
Tell me the code snippet to show how we can return 404 errors from HttpError?
How do we ensure view state has not tampered?