find datatable columnname by its index in c#
find datatable columnname by its index in c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nigel FernandesPosted Jul 17, 2016, 4:59 AM
string ColName = dt.Columns[0].ColumnName;
Krishna Rajput SinghPosted Jul 16, 2016, 8:44 PM