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
 
Back
Top