N
NCiii
I have form with 2 combo boxes that are related to each other. The
first combo1 acts as a parent and combo2 as a child. When I load
combo1 only the relavent corresponding data should be populated to
combo2. Also, when a change is detected in combo1 I want combo2 to be
automatically updated with the relavent data that reflects the change
in combo1.
I am able to bind data from a dataset or datatable to combo1 without
any problems. I created a datarelation to handle the parent/child
relation that is required. I have not been able to successfully bind
the data to combo2 so only the required data is populated in combo2.
If anyone can help me with this issue i would greatly appreciate the
guidance.
Also, if someone knows of a good web site with good explanations of
how to use the combo.selectedvalue and combo.selectedindex properties
correctly it would be a big help.
Thanks in advance
NCiii
first combo1 acts as a parent and combo2 as a child. When I load
combo1 only the relavent corresponding data should be populated to
combo2. Also, when a change is detected in combo1 I want combo2 to be
automatically updated with the relavent data that reflects the change
in combo1.
I am able to bind data from a dataset or datatable to combo1 without
any problems. I created a datarelation to handle the parent/child
relation that is required. I have not been able to successfully bind
the data to combo2 so only the required data is populated in combo2.
If anyone can help me with this issue i would greatly appreciate the
guidance.
Also, if someone knows of a good web site with good explanations of
how to use the combo.selectedvalue and combo.selectedindex properties
correctly it would be a big help.
Thanks in advance
NCiii