Hey all,

I need some help figureing out how to insert the contents of a datagridview into an SQL database table. some of the columns are databound and some are not. in otherwords, some columns i need to insert the "Value" of the cell while others i will need to insert the "Text" of the cell.

any suggestions?