Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i display details of linkbutton when mouse over the linkbutton
Posted
Updated 21-Aug-13 19:49pm
v3

C#
// Try This...
<asp:linkbutton tooltip="Show Detail Here" text="Click Me" xmlns:asp="#unknown"></asp:linkbutton>
 
Share this answer
 
If you want to Display Simple Tooltip then whatever solution has been provided by Dineshshp is perfect.

But if you have requirement to display some extra ordinary tooltip with css applied then you can refer below script for the JQuery tooltip :

http://jquerytools.org/demos/tooltip/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900