ASP.NET ComboBox - Master / Detail
CONTINENTS
Africa
6
Asia
2
Australia
5
Europe
1
North America
3
South America
4
COUNTRIES
Loading ...
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