Tooltip user control
BoxOver is a popular Javascript code to create easy tooltip over any object.
Efeerdogru has transformed this client-side code as a .Net user control. Handy to have this in your VS toolbox.
Introduction
BoxOver WebControl is a JavaScript based ASP.NET WebControl. For a project I've written I needed a tooltip JavaScript and searched for it. I've found BoxOver from http://boxover.swazz.org/. Then to use it quickly and easly I've convert it to a .NET control. This article is aimed to share this.