View Full Version : Export Datagrid into an Access table


BukHix
09-08-2006, 03:59 PM
Does anybody have some sample code or a turorial for exporting a datagrid into an Access database table?

Ron_dK
09-09-2006, 12:00 AM
Might this help :

http://samples.gotdotnet.com/quickstart/aspplus/doc/webdataaccess.aspx

skea
10-05-2006, 09:35 PM
create a datatable from the datasource of the datagrid then, execute an INSERT SQL statement into the table, for all the rows in the datatable.