Databound Multi-Select listbox???

  • Thread starter Thread starter Ed Staffin
  • Start date Start date
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
 
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?
 
Back
Top