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
Charles
NA
14
0
C# treeview and Text
Mar 10 2010 2:02 PM
Hey there
I have a minor problem with my program. I allow the user to select an item from the combobox and enter a quantity. Now provided that the user selected the proper parent node and child node the quantity is supposed to be placed right beside the checked child node. When the user unchecks it, its supposed to disappear, if they want to switch the quantity while still being checked they are allowed to as well, how would I go about doing this?
Attachment:
OrderForm v2.zip
Reply
Answers (
5
)
Set the SelectedItem in a DataGridViewComboBoxCell
How do I: remove/replace redundant code