在Visual Studio中为标签创建气球工具提示

时间:2016-04-08 15:43:37

标签: c# asp.net tooltip

我有一个标签:

<asp:Label ID="LblToolTip" runat="server" Text="What's this?" ToolTip="Note: The id appears on the confirmation email."></asp:Label>

我尝试在线关注教程以获得带有气球的工具提示,但是我收到此错误。我该如何解决?

enter image description here

1 个答案:

答案 0 :(得分:0)

使用此link来显示工具提示

<button data-balloon="Whats up!" data-balloon-pos="up">Hover me!</button>