Tech
Forums
Jobs
Books
Events
Videos
Conference
Annual Conference
Bcrypt
Ai Conference
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How to get the Save buton of a dropped table from DB to work
Ask a question
Ask a question
Upload Source Code:
Select only zip and rar file.
tim neuss
7y
251
1
Reply
Hey!
I'm pretty new to C# and just accomplished a DB with a Table. If i drop the Table ( details) onto a Form, it automatically gives me a toolbar and the Label / Textboxes of my table.
In the toolbar there is a Save button, but this isnt working ( for me?)
so im wondering how i can change the code to get it to work?
This is the automatically inserted code:
private
void
kundenBindingNavigatorSaveItem_Click(
object
sender, EventArgs e)
{
this
.Validate();
this
.kundenBindingSource.EndEdit();
this
.tableAdapterManager.UpdateAll(
this
.kundenDataSet1);
}
I am also okay with a source to try to learn it myself.
Im using Visual Studio 2017 Enterprise Edition.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
how to selected combo box item name C#
Code for Headings(1 - 5) and List(1 -4) in C# Windows form.