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
Here I am gonna use JavaScript and CSS to display a popup-style error window for validation like this: It still uses all […]
Last week when I was working on an ASP.NET Core web application, suddenly I got an error like this: The common causes […]
If you work on ASP.NET DropDownList, most likely you will encounter a situation when you need to pre-select an item in the […]
You can add database tables and stored procedures in your Entity Framework data model, but you may encounter an ArgumentException error in […]