2
Answers

sort datatable in C# by two columns

Photo of Ashok Kumar

Ashok Kumar

4y
857
1
i want to sort datatable in C# by two columns
Datatable my=dt.select("",Col1 asc,Col2 dsc)
structure for dt
 

Answers (2)