Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,
I would like to implement caching concept for my page, my page having one grid and I am binding data that is related to status count, each and every column having different count based on the status such as 'open', 'In progress', 'Reopen' and 'Closed', application will open the popup and display ticket details if user On clicking the status counts. Here I would like to implement the caching concept for grid status count, if status count not changed then application should fetch the data from cache only.

Note: On clicking the status count it will display the ticket details based on the status only.

Please instruct me to implement or give me the good way to implement.

Thanks,
Gopinath G
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900