C# Datagrid

  • Thread starter Thread starter Coder Coder
  • Start date Start date
C

Coder Coder

Hello,
In a datagrid, when you do sorting on a column, and you have your sort
expression, they way I understand it is that you query the database
again and
'order by' sortexpression.

Is this the only way? I have a lot of data coming back from the
database, so doing another query is going do it.

- Thanks
 
there is another way but it only works for asp.net? is that your domain or
is this for windows forms?
 
Hi,

Yes, Im using asp.net

Im just hoping to find a good solution without using the database to
sort everytime.

- thanks
 
Back
Top