TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
tim neuss
NA
2
597
How to get the Save buton of a dropped table from DB to work
Apr 27 2017 12:57 PM
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.
Reply
Answers (
1
)
how to selected combo box item name C#
Code for Headings(1 - 5) and List(1 -4) in C# Windows form.