I want to update a datagrid
, maybe you can only with this code:
this.almacenTableAdapter.Fill(this.almacenDataSet.almacen);
I want to update the datagrid
after having made a modification or adding a new record to the database.