Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

On my form I have a combobox and 2 checklistboxes, I'm trying to populate them all from the same datasource (an arraylist).

 

The populating is fine, however once populated, if I select something in the combobox, the same items get selected in the other two lists?!

 

I didn't think an arraylist has a "selected" property or collection so why is it doing this?

 

I want to bind to the same datasource but allow each of the lists to have their own different selections???

Posted

Thanks plausibly, i've just been looking at this. However, all i can find is examples of how to keep the same selections on bound controls. E.g. clicking a next button will increment a "current item" textfield and also the selected item in a combo.

 

My form seems to already be doing this but I don't want it to, if you can come up with any samples that'd be great. I'll post back if I find anything too.

 

Cheers,

Dan

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...