Hi
I have below data in Datatable . I want to save the value of colum header in a variable i.e LeadNumber.
foreach (DataRow colum in dt.Rows) {
Thanks