Hi,
I am using the win forms application. I am taking the records from Service.
Its a large data and need to calculate , it will be using in the Grid.
It takes much time.
Again button click event i have to do same thing.
I need to avoid this, so shall i store in the client side caching.
How to use the client side caching , the datas holds in the dataset?
next time i dont want to go to Db. I neet to get from client side caching.
Thanks in Advance
Kalees