DOT NET SOLUTIONS
Saturday, 21 June 2014
How to SORT DataTable in C# Dot Net
DataView dv = new DataView(Datatable1);
dv.Sort = "Column Name DESC";
Datatable2 = new DataTable();
dt = dv.ToTable();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment