I have some question about DataGridView.
-
I can show table in
DataGridView, but I don’t know that after update data in DataGridView how can I update that fields in table? -
how can I delete selected rows in
DataGridViewand table in SQL Server? -
I don’t want to let user insert data with using
DataGridView. -
If I want to let to user to insert new row what can I do?
-
How I can change table’s column name in
DataGridViewfor display to the user? (i.e. the column name is “user” but I want to show that like “name”)
Here’s a website that might help:
http://www.codeguru.com/csharp/.net/net_data/datagrid/article.php/c13041
What you can also do is just search on google:
Datagridview select add delete update