ralphtrent
Programmer
Hi
I have a question. Can I sort the data in a datagrid with out having to go out to the database again. Also, I want to add paging. When I do the paging and sort a column the whole data set gets refreshed and my sorting is lost.
So what I would like happen is this
1. not have to go out to the database each time I sort a column.
2. when I sort the column, leave the sort even when i move pages.
I think that i am asking for is not to complicated but i can not figure it out.
Thanks
I have a question. Can I sort the data in a datagrid with out having to go out to the database again. Also, I want to add paging. When I do the paging and sort a column the whole data set gets refreshed and my sorting is lost.
So what I would like happen is this
1. not have to go out to the database each time I sort a column.
2. when I sort the column, leave the sort even when i move pages.
I think that i am asking for is not to complicated but i can not figure it out.
Thanks