how do i save a datagrideview as a different table each time c#

Viewed 8

Save the Sql Database

In the project I am developing, I want to be able to save a datagridview to a new table with a different name each time. The table will get its name from a field called textbox1. I won't be able to give a name a second time, I want it to give a warning here. How can I do that ?

0 Answers
Related