ASP.NET ComboBox - Master / Detail



The ComboBox provides a built-in master / detail feature, which allows you to organize data
from multiple data sources in the same ComboBox. To set up a detail ComboBox, add a new ComboBox
control inside the Details section of the master ComboBox.

The detail ComboBox supports all the features available in a regular ComboBox.



« Back to examples