how can i choose in one ComboBox one choice and get a list in a ListBox specific to this choice.
Sergey

You can bind data in ListBox by some criteria, and in ComboBox selected index changed event handler re-bind the data into ListBox. search in http://msdn.com you'll find a lot of exampls...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.