M
mcchu
I have data listed in one listbox control such as:
Michael
Kevin
Tom
John
When I selected Michael, I like that data be populated into another listbox
(or drop down list) such that it will show:
Michael
And Michael should disappear from the first listbox.
What I like to do is just to move data between two listbox controls. There
is no default value for listbox control, and i am not sure how rules can be
handled here.
Michael
Kevin
Tom
John
When I selected Michael, I like that data be populated into another listbox
(or drop down list) such that it will show:
Michael
And Michael should disappear from the first listbox.
What I like to do is just to move data between two listbox controls. There
is no default value for listbox control, and i am not sure how rules can be
handled here.