for (int i = 0; i <= datatable.Rows.Count - 1; i++) { datatable.Rows[i][1] = datatable.Rows[i][1].ToString().Replace ("@"," "); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)