Bindingnavigator c#

Asked

Viewed 84 times

2

Good afternoon!

I’m using the C# bindingNavigator to register data to the database, but I don’t like how the process is done with the buttons up there and having to click on that yellow button too much to include a new record.

By clicking the save button the visual studio presents me the following code:

        this.Validate();
        this.tIPOPAGAMENTOBindingSource.EndEdit();
        this.tableAdapterManager.UpdateAll(this.fINANCEIRODataSet);

Include it in my button but the data is saved only in the database when the addnew button (yellow print ) and clicked, I wonder if anyone knows what does this button that enables the dataset for editing to be saved in the database, I don’t want to have to click it every time I add a new record, someone can help me?

inserir a descrição da imagem aqui

  • See if it meets these examples: Simple Registration Windows Forms: Link1, Link2

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.