Tuesday, 4 September 2012

Reorder Data Table Coloums or to Change the Data Table Index

// Code to change the index of the Data Table Coloums


dt_Data.Columns["SlNo"].SetOrdinal(0);

No comments:

Post a Comment