I do long and slow query to get data to my GridView and I got lot of data, but when I'm changing page it loads as slow as at the start, it loads full data again and again, how to load data once and use paging without data loading ?
thank you
I do long and slow query to get data to my GridView and I got lot of data, but when I'm changing page it loads as slow as at the start, it loads full data again and again, how to load data once and use paging without data loading ?
thank you
Assuming you're using MS Sql Server here is a very good tutorial for paging through a large amount of data: http://www.asp.net/data-access/tutorials/efficiently-paging-through-large-amounts-of-data-vb