LinkBut​​ton的工具提示属性 [英] LinkButton's tooltip attribute

查看:62
本文介绍了LinkBut​​ton的工具提示属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

LinkBut​​ton的工具提示属性不会呈现传递给它的数据.

LinkButton''s tooltip attribute doesn''t render the data pass into it.

<asp:LinkButton ID="LinkButton1" ToolTip='Permanent Link to <%#Eval("Title")%>' runat="server">


任何帮助表示赞赏
非常感谢...


any help appreciated
many thanks...

推荐答案

尝试一下
<asp:linkbutton id="LinkButton1" tooltip="<% string.Format("Permanent Link to {0}", Eval("Title") %>" runat="server">


这篇关于LinkBut​​ton的工具提示属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆