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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top