1
Answer

LinkButton's tooltip attribute

Amol

Amol

13y
2.1k
1
LinkButton's tooltip attribute doesn't render the data pass into it.
 
<asp:LinkButton ID="LinkButton1" ToolTip='Permanent Link to <%#Eval("Title")%>' runat="server"><%#Eval("Title")%> 
 
any help appreciated
many thanks...

Answers (1)