My question is whether is it possible to fetch some values from database to show as a tooltip, for particular values in listBox?
Scenario:
I have few items in listBox,say for example red, yellow, white.
When i select / bring my mouse arrow / focused near any one of the item , the tooltip must display..for example, if red, then tooltip should display "primary color", if "yellow" ,then tooltip should display "secondary color".
I had stored the "primary color","secondary color",.. , the tooltip that must be showed when focused, in the database.
My question is whether is it possible to fetch some values from database to show as a tooltip, for particular values in listbox?