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
bala
NA
5
8.1k
Dynamically change datagridview combo box values
Oct 13 2011 5:59 AM
Hi,
i have 3 combobox columns in datagridview,when i change value in 1st combobox column
then 2nd combobox column should fill with corresponding values,and by changing 2nd combobox value then 3rd combobox column should fill with corresponding values.how can i do this?
Ex:
first combo box column: Category
display members: A,B,C
second combo box column:Products
display members:a,a1,a2 b,b1,b2 c,c1,c2
when i select 'A' in combobox1 ,then 2nd combobox should contain\display a,a1,a2 only not others
and when i select 'B' in combobox1 ,then 2nd combobox should contain\display b,b1,b2 only not others
Plese answer if anyone have solution
thanks
Reply
Answers (
6
)
"The SelectCommand property has not been initialized before calling 'Fill'.
CrystalReports