// Get the DefaultViewManager of a DataTable. DataView Dview = DataTable1.DefaultView; // Set sorting order. Dview.Sort = "Name, ZipCode DESC";
Regards Muralidoss M
sumit bundiwal
Login to post response