-
meraj
47
posts
Member since:
Dec 2010
Posted 03 Mar 2011
Link to this post
Hi,
i am using one DropDownList and one MultiColumComboBox
i want to fill MultiColumComboBox as per DropDownList .
e.g. I have Owner and Tenant in DropDownList i want to fill MultiColumComboBox
as per DropDownList selection on run time.
-
-
Answer
3000
posts
Member since:
May 2009
Posted 03 Mar 2011
Link to this post
Hello Meraj,
I think I know what you mean. You have a DropDown, and when you pick a value from that, you want to fill the MultiColumnCombo based on the selected value? If that's so, then you will need to rebind the MultiColumnCombo each time based on the SelectedValueChanged or SelectedIndexChanged of the DropDown.
I hoe this helps, but let me know if you need further information
Richard
-