ASP.NET Tooltip control
We regularly use an advanced tooltip control for web projects hence this ASP.NET Server control. It is based on the LGPL licensed freeware code of walter zorn.
For your convinience I wrapped it into an ASP.NET server control. Basically you can create DHTML based tooltip controls with lots of features. From an ASP.NET point of view it is very easy to use:
- Create a reference to the com.dotnet6.tooltip.controls dll.
- Drag one of the controls onto the web page
- TooltipImage
- TooltipHyperlink
- TooltipImageButton
- TooltipLabel
- For the TooltipImage, you can set the defaultImage to : small_blue like in the figure below
The nice part of this control is that you don't need to bother with the Javascript aspects, all javascript is aranged via the Webresource HTTP handler (learn more about it here).
Watch more samples here:http://www.walterzorn.com/tooltip/tooltip_e.htm
Download the source code here (.Net 2.0/C#/VS 2005)
Download the release version assembly