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
hadoop hadoop
NA
159
50.7k
insert data to single table from multiple textboxes of form
Jul 21 2015 5:40 AM
Language : C#
Platform : Desktop application
I've a form which is of format: The user inputs the values of buyer name, buyer address, buyer rank in the form in the given textboxes.
formId >> 1409
buyer name buyer address buyer rank
B1 ADD1 1 // textboxes
B2 ADD2 2
B3 ADD3 3
B4 ADD4 4
submit_btn
The data goes to the table buyer_choice (b_name, b_address, b_rank).
How can i insert the whole data of the form to the single table "buyer_choice" on submit_btn click.
Reply
Answers (
5
)
Merging several text files into a text with order
problem with creating billing system software C# win form