0
hi Jitendra, kindly show me an example of code that can insert the datagridview values, i am just learn c sharp and i have no programming education.thanks
0
Hi,
Then insert values using insert query.......
0
thanks Sam, unfortunately in not an experienced developer. however i am not using this datagridview to view data from an sql table but i am using it as a shopping cart where insert values from different textboxes till i have above 20 lines of Products, measure, cost, purpose.
now it these lines that i want to insert into the database table.
0
Note that that is not the way that experienced developers would do it. Experienced developers would bind the table to the DataGridView so the data is retrieved from and stored to the table. If you want to do it that way or the way you are asking, then just look at the articles in this web site.