var InvoicePrtRslt = (from DataRow UP1 in MyDataTable.AsEnumerable() orderby Convert.ToInt32(UP1["invoice_no"]), UP1["sl_no"] select UP1).ToList();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)