Click here to Skip to main content
15,905,229 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please tell me the tooltip code for a web application. In properties, "tooltip" for dropdown I had written my message but it is not displaying. Should I need to write something else?
Posted
Updated 13-Dec-10 18:52pm
v2

the tooltip control cannot work inditually.It also work with atleast one common control. and you could have clear idea with tooltip's
AutomaticDelay and AutoPopDelay properties.
 
Share this answer
 
Hi Goelhima,

Please refer this link.

http://forums.asp.net/p/903935/994720.aspx[^]
 
Share this answer
 
Try adding "title" attribute in the Dropdownlist control.

Have a look at various discussions on droddown tooltip and tooltip in general out here:
Discussion 1[^]
Discussion 2[^]

Webcontrol Tooltip[^]
Tooltip help in Controls[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900