ASP.NET ComboBox - Different Styles



You can have multiple ComboBox controls with different styles on the same page, by using the CssSettings property
or by using custom stylesheets.

CssSettings should be used for minor customizations, custom stylesheets should be used when using many
controls with different styles on the same page (as in this example).



« Back to examples