Here is the option to access the column (header) name of a datatable.
DataSet ds = new
DataSet();
ds.Tables[0].Columns[0].ColumnName
Venkatesan Prabu .J
Head, KaaShiv InfoTech
For free Ebook : http://kaashivinfotech.com/Ebooks.aspx
Here is the option to access the column (header) name of a datatable.
DataSet ds = new
DataSet();
ds.Tables[0].Columns[0].ColumnName
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
kuldeep kanaujiaPosted Feb 5, 2024, 11:36 AM
DataSet ds = new DataSet(); ds.Tables[0].Columns[0].ColumnName