Hello Erwin,
thank's for your answer, but it doesnt helps me. I try to explain my problem a little more.
On a form a i have a GridView which is bound to a table in the database. The table is bound to a Table Adapter, which i fill on load (see Code).
I also have a button on that form, to delete a record from the database, and that
works fine.
So i needed also the opportunity to add a new line to the datagrid, so i added a new form, where you can fill the fields you need in the grid. When i now call the Sub User_Load from the new form, nothing happens.
When i'm placing a "refresh" button on the main form and i'm calling the same sub it also works fine.
I don't get this :-/
Thanks for help!