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.)