How to update datagrid?

0

Good morning, I want my datagrid to be updated automatically, I have tried with this line of code;

  

this.almacenTableAdapter.Fill (this.almacenDataSet.almacen);

but I have not been able to do it, the tabs without windows forms, I do them with the tab control and a small code to be displayed in the tab control.

the one that says form 4, is the main form, from there I make the calls to show other forms, like the form3.

    
asked by Macx 18.06.2018 в 23:09
source

0 answers