Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have use ajax control combobox.
Is there a way to add tooltip?
Posted
Updated 30-Aug-11 23:11pm
v2

Dear Friend,

In ComboBox Properties you will find ToolTip Options in that you Can Mention Identity of that Combobox ok.In RunTime You Can find the Tooptip Information.On Mouse Over.



Regards,

Anilkumar.D
 
Share this answer
 
Neat Tooltip for ComboBox


Try this one.
Thanks
 
Share this answer
 
v2
Comments
_Zorro_ 31-Aug-11 5:00am    
Don't you see the ASP.NET tag?
if u want to add tooltip to combobox....

cmb.tooltip=cmb.selecteditem.text;
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 27-May-14 11:47am    
Not an answer...
—SA

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