Tooltip is a very nice feature in ASP.NET for displaying additional information when hovering mouse over an item, but the problem with tooltip is that it will go away after about 2 seconds and you will have to move your mouse away and move back to make it appear again. You don’t have any option to change the duration of the display either. It really irritates me for not being able to keep the tooltip to stay longer, if not stay all the time. The good news is there is an alternative: using Cool DHTML Tooltip II from Dynamic Drive. This tooltip is easy to use and to configure, and I have used in several projects and really like it. Go check it out yourself.
You may also like
In the part one of AJAX Drop Down List tutorial, I described how to popuate a child drop down list with plain […]
The built-in Tooltip for the CheckBoxList control displays information for the whole CheckBoxList, but what if I want to have a tooltip […]
Recently I developed a WCF Web service and deployed it to a server with SSL, however, when clients try to add the […]
GridView control has several new fields to give user more control over the GridView’s format, for example, the HyperLinkField is one of […]