Wednesday, November 9, 2011

Sorting in Datatable using C#


DataTable dt = dt.Select("[anycondition]", "[column] desc", DataViewRowState.CurrentRows).CopyToDataTable();

No comments:

Post a Comment