How update dataset with datagrid view C#

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-03-26T11:33:02Z Indexed on 2012/09/25 3:38 UTC
Read the original article Hit count: 191

Filed under:
|

I am beginner and I have this problem. How can I can update dataset with datagridview? I binding dataset in datagrid. Edit datagrid. At finish I want update dataset with datagridview. Thank you form any advice

Sory, I use Winforms.

Example: I bind dataset in datagridview.

 dataGridViewCustomers.DataSource =
_ds.Tables[0];

 //edit datagridview

 //on this place I want update dataset with datagrid view

© Stack Overflow or respective owner

Related posts about datagridview

Related posts about dataset