P
Patrick Delifer
Hi,
Does anyone know if I can sort a DataGrid without using a dataset?
I am using an ArrayList to Databind in my datagrid. The ArrayList is
returned from a server object(that queries the DB).
All the exAamples I see on the net use a dataset. Is there any other way
of doing it? Can I use a DataView object without a Dataset?
Thanks.
Patrick
Does anyone know if I can sort a DataGrid without using a dataset?
I am using an ArrayList to Databind in my datagrid. The ArrayList is
returned from a server object(that queries the DB).
All the exAamples I see on the net use a dataset. Is there any other way
of doing it? Can I use a DataView object without a Dataset?
Thanks.
Patrick