Tooltip Asp.net

Tooltip Asp.net
All ASP.net controls who get rendered at client side has tooltip property

e.g. 
  <asp:Label ID="Label1" ToolTip="This is test lable tool tip " runat="server" Text="Label"></asp:Label
>

<asp:TextBox ID="TextBox1" ToolTip="This is test TextBox tool tip " runat="server" ></asp:TextBox>


You can create Baloon tooltip like this http://www.asp.net/community/control-gallery/Item.aspx?i=2037

 try it live http://www.aspnettooltip.com/aspnettooltip_Demonstration.aspx

 

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5