G
Guest
Hello,
My question is about the datagrid sorting. I have a datatable that is filled
up with the data retrieved from an SQL query.I use that datatable as source
for my datagrid. I would like to make the datagrid sortable by each of the
columns but I don´t want to run the SQL query again. The problem is that I'm
loosing the datatable every time the sorting function is launched. I'm not
allowed to use session variables and I don't know how to store the datatable
in order that I don't loose it when the sorting is launched.
I would be very gratefull if you could post an example of how can I solve
this issue.
Thnaks a lot.
My question is about the datagrid sorting. I have a datatable that is filled
up with the data retrieved from an SQL query.I use that datatable as source
for my datagrid. I would like to make the datagrid sortable by each of the
columns but I don´t want to run the SQL query again. The problem is that I'm
loosing the datatable every time the sorting function is launched. I'm not
allowed to use session variables and I don't know how to store the datatable
in order that I don't loose it when the sorting is launched.
I would be very gratefull if you could post an example of how can I solve
this issue.
Thnaks a lot.