Databound Multi-Select listbox???

E

Ed Staffin

Is this possible? Suppose I want to display a list of
stuff in a listbox and have the use select 0, 1 or more
items. Filling the listbox from a datasource is no
problem. How would I update a separate datatable from the
selected items? Is the only way to do this via code?
Thanks ... Ed
 
O

One Handed Man \( OHM - Terry Burns \)

You can only be bound to one control, however, you could take action on
something else using the selectedIndicies property.

Not sure what you are trying to acheive?
 

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