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
james
NA
1
15k
Point of Sales
Dec 2 2010 2:44 AM
Hi. I'm currently developing a POS system in C# with SQL Server as the database. In my database, I have a product table that contains the following fields: barcode(primary key) , productID,productName ,productQty ,productSize, and productUnitPrice.
In my GUI, I have a TEXTBOX for the barcode, another TEXTBOX for the quantity,and a LISTVIEW for the cart. My problem is, How
can I add the product inside the LISTVIEW based on the barcode that was entered on the barcode TEXTBOX?
Any suggestions or ideas? Thank you.
Reply
Answers (
1
)
How to send a video from one computer to another through ethernet using udp?
How to pass gridview row data to next page?