Reputation: 1407
I want to set a tooltip for a TextBox In ASP.NET so that when the user focuses the cursor in the textbox, the tooltip is displayed. I don't want to set the typing text as the tooltip. I want to display my own message as the tooltip.
Upvotes: 1
Views: 1156
Reputation: 43974
You should be able to achieve this by using qTip - a plug-in used in conjunction with the jQuery library.
UPDATE:
This plugin has been updated to a new version.
Upvotes: 1