Hi,
Is there a way to do this? I want to use custom paging in asp.net in a GridView and want to avoid overworking the server. The data set could be large and it does have in integer id column but I want to show the data in an alpha sort and the id will not be ordered the same. The things I've seen on other forums depend on the id for the paging. I'd like to find a better way. Can anyone help or am I asking too much from the technology?
Dana
Is there a way to do this? I want to use custom paging in asp.net in a GridView and want to avoid overworking the server. The data set could be large and it does have in integer id column but I want to show the data in an alpha sort and the id will not be ordered the same. The things I've seen on other forums depend on the id for the paging. I'd like to find a better way. Can anyone help or am I asking too much from the technology?
Dana