In this Example i have used Cache variable to hold the DataView Object in Cache Memory.
Why..?
I'm going to access BindGrid() Method many time So.. why should i go for server said again and again. So to avoid that i'm using Cache "Cache["MemberData "] = dvue;" for other Caches you can use Session Or ViewState also.
Then you have asked " retrieving 10 rows depending on the page number "
To...
Leave a comment: