I would databind list one to the property in the class. (cboOne.datasource = myClass.ListOfNumbers). (you will still need to bind the text and values)
When the user selects items from cboOne, take the selected items and populate cboTwo. HTH On Mon, Nov 3, 2008 at 12:30 PM, Shawn <[EMAIL PROTECTED]> wrote: > > Using vb.net I need to take a list that is predefined inside of a > class that would normally get accessed during runtime and use it to > fill a set number of comboboxes. I then need to fill a different set > of comboboxes using the selections from the first set mentioned. ie: > set 1 sees the entire list while set 2 only sees a subset of choices > defined by set 1. > > At this point a database is not being used, though it is slated to be > added at an undefined time. -- _______________________________ Take care, Paul It is not we non-interventionists who are isolationists. The real isolationists are those who impose sanctions and embargos on countries and peoples across the globe and who choose to use force overseas to promote democracy. A counterproductive approach that actually leads the U.S. to be more resented and more isolated in the world. Dr. Ron Paul www.RonPaul2008.com
