how can I sort data?

  • Thread starter Thread starter Taly
  • Start date Start date
T

Taly

Hi allI have a data in datagrid
how can it be sort in the client ?(according to what the user select?)
thanks
 
Hi allI have a data in datagrid
how can it be sort in the client ?(according to what the user select?)
thanks

are you talking about doing it dynamically in the user's browser? if so
look at these:

http://msdn.microsoft.com/msdnmag/issues/04/01/CuttingEdge/default.aspx
http://www.eggheadcafe.com/articles/20021022b.asp

or if you're talking about posting back the whole page and doing it
server-side:

http://www.dotnetjunkies.com/Tutorial/E169C6D4-D335-4D2B-AE3F-918EE3161815.dcik
 

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