Tooltip to adropdown
Hi All,
I need to create a ToolTip for a DropDown Control in ASP.Net. I know there's a way to do this. The DropDown control in ASP.Net does not have a ToolTip property, so I need to create one. I don't want to insert JavaScript. I'd prefer to do this in VB.Net code or C# for the ASP.Net page.
I'm aware that the ToolTip control is a part of System.ComponentModel.Component on the VB Windows side, but I can't figure out how to add the ToolTip property to the DropDown control for an ASP.Net DropDown control.
Does anyone know how to do this for an ASP.Net DropDown control?
Thanks
Mohammed SajidPosted Feb 3, 2006, 9:33 AM
Hi,
Yes, i agree that asp.net drop down control does not support tooltip.
But the following link could help you how to acheive the same.
http://www.eggheadcafe.com/articles/20040407.asp
Regards,
Sajid