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
ZAIN ULARIFEEN
1.6k
143
150.1k
HOW TO SAVE MULTIPLE RECORDS FROM THE DATAGRIDVIEW INTO DB
Feb 12 2013 1:09 PM
I have a datagridview view that looks like this:
ProductId | Name | Price | Quantity
The datagridview starts with all cells empty.
The user will enter data in each of the columns. The number of products the user enters changes(is unknown). The user could enter only one product or five products.
So, once the user has entered all the products he has to enter, i want that when he clicks a button, all products will be saved to the database.
The table in the sql database looks like the datagrid:
ProductId | Name | Price | Quantity
As the number of products that the user will enter is unknown, how can I save the data to the database?
Reply
Answers (
2
)
Authenticate Event Example
C# connect to database