How to add a tooltip over a textbox in asp.net or javascript?
If given in javascript then please explain perfectly because i dont know javascript.
Please help..................

Recommended Answers

All 2 Replies

ASP.NET TextBox control has a built-in Tooltip property which displays the tooltip text when the mouse is over the control.

If you want to implement a custom tooltip, refer this link.
TextBox With Tool Tip Control Implementation

You can also try to use BoxOver. It is open source tooll that uses javascript / DHTML to show tooltips on a website.

Here on DaniWeb we use JQuery for all of our tooltips.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.