ASP.NET ComboBox - Multiple Rows and Columns with Icons
Ajax Page
1
Button
2
Calendar
3
Checkbox
4
Color Picker
5
Combobox
6
Easy Menu
7
File Upload
9
Flyout
10
Grid
11
HTML Editor
8
Image Zoom
12
Radio Button
13
Scheduler
14
Show
15
Slide Menu
16
Splitter
17
Text Menu
19
Textbox
18
TreeView
20
Window
21
The items of the ComboBox can contain an icon next to the text.
The source of this image is specified using the
ImageUrl
property.
The icon of the selected item can be displayed in the input field of the ComboBox,
by setting the
ShowSelectedImage
property to
true
.
You can display icons for items even when the ComboBox is populated from a data source control.
In this case, the
ImageUrl
for each item can be set in the event handler of the
ItemDataBound
event.
The items can contain icons even when they are displayed on multiple rows and columns.
« Back to examples