L
Lisa
I hope someone can help with this.
Every example I've seen, and every example I've written, where I fill
a datagrid from a recordset I get from the database, requires me to go
back to the database and get the recordset again every time I sort by
a column.
Maybe I'm just not understanding the concept, but since I already have
the data in the datatable, why shouldn't I be able to persist that on
the server and just sort the data that I already have? Why is it
necessary to go banging on the database every time I want to sort?
Is it possible to sort without going back to the database? Is there a
reason why it's a bad idea? It seems that it'd be the most user
friendly (quickest) way to do things, no?
Thanks,
Lisa
Every example I've seen, and every example I've written, where I fill
a datagrid from a recordset I get from the database, requires me to go
back to the database and get the recordset again every time I sort by
a column.
Maybe I'm just not understanding the concept, but since I already have
the data in the datatable, why shouldn't I be able to persist that on
the server and just sort the data that I already have? Why is it
necessary to go banging on the database every time I want to sort?
Is it possible to sort without going back to the database? Is there a
reason why it's a bad idea? It seems that it'd be the most user
friendly (quickest) way to do things, no?
Thanks,
Lisa