ASP.NET ComboBox - Server-Side API - Tooltips
Alfreds Futterkistee555
ALFKI
Ana Trujillo Emparedados y helados
ANATR
Antonio Moreno Taquería
ANTON
Around the Hornn
AROUT
Berglunds snabbköp
BERGS
Blauer See Delikatessen
BLAUS
Blondel père et fils
BLONP
Bólido Comidas preparadas
BOLID
Bon app'
BONAP
Bottom-Dollar Markets
BOTTM
The ComboBox and its items provide support for tooltips, which can be used to provide additional information for end users.
To add a tooltip to the input field of a ComboBox, use the
ToolTip
property of the ComboBox class.
To add a tooltip to an item, use the
ToolTip
property of the ComboBoxItem class.
When populating the ComboBox from a data source you can use the
ItemDataBound
event to assign a tooltip
to each individual item from the list (as we did in this sample).
« Back to examples