Click here to Skip to main content
15,895,538 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i store datagridview data into sql table at run time.(c# in window application)
Note:
Table will be created automatically at run time in sql.

Thanks in Advance
Posted

1 solution

Hi,

check the below article.
Sending a DataTable to a Stored Procedure[^]

So, using this, you can pass the datasource of the gridview to strored procedure and that would create the table and insert the rows from the datatable to sql table.

hope it helps.
 
Share this answer
 
Comments
Rekhash 18-Feb-13 5:09am    
Place a button "Export to SQL" when use clicks on this button the entire XML data should get stored in an database by creating new table and inserting values at runtime. @Karthik Harve

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900