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
If you use the ASP.NET Forms Authentication in your web application that runs on IIS 7 or above with the integrated pipeline […]
RJS PopCalendar by Ricaute Jiménez Sánchez is so far the best free calendar control I ever used in ASP.NET in the past […]
jQuery? What? jQuery is a powerful JavaScript library which aims to reduce the time and effort for writing JavaScript code, and to […]
1. Add a new web form in Visual Studio.NET 2003, say Webform1.aspx 2. Switch to the HTML view of Webform1.aspx, then add […]