Hi all,
How to change Datatable columns oder in c#.
example:
am created sql table type order is Qty,Unit,Id but in program DataTable order is Id,Qty,Unit. In code Behind am directly pass DataTable to sql table type so the table order is different.
DataTable columns are :`Id,Qty,Unit.` i want this to be :`Qty,Unit,Id`
please help