tags:

views:

540

answers:

1

I have one database with three columns named id, name, and mobile.

In a dropdownlist I fetch the values of name from the database.

I want to display a tooltip of the related mobile field.

Is this possible? Please help me. (Reply in C#, please.)

A: 

Have a look at following article by Nishant Sivakumar

http://www.codeproject.com/KB/combobox/nishtooltiplistbox.aspx?df=100&forumid=4445&exp=0&select=350273

Mahin
I think this article is for a listbox control.
rahul
Yes it is, but I think the concept goes same.
Mahin