I have a datatable dtReports
dtReports.Rows[0]["SelectedFields"];
it retrieves "Value1Value2,Value3" after it has been filled?
da.Fill(dtReports);
how can i add to SelectedFields Value4 so it becomes "Value1Value2,Value3,Value4"
Go to the complete details ...