i have a large database which is updated every now and then.
The application has been developed in asp.net and c#.net.
i need to fetch data from the datbase to griview on a button click event .
i am planning to use data caching , so that i can improve the performance of the application
how can i use DATA caching mechanism so that i could see the updated result of the database in a gridview.