How do I populate one listbox control based on selections from an.

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.
 
M

mcchu

Hi, thanks for replying.

I am still having problems with what I am trying to do mentioned in first
thread. The Dev Nugget example will filter data based on what is selected.

Now how about the data itself. How do I filter data in second list box
based on the data in the first list box?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top