Is there an easy way to pass data from a GridView to a DataTable,..??
I have a loaded GridView,....
Thanks,Code:DataTable dt = new DataTable(); foreach (GridViewRow dr in GridView1.Rows) { DataRow testDr = (dataRow)dr ,.... I tried this and it didn´t work,. }




Reply With Quote