命令字段将标题属性放在图像按钮上
是否可以在命令字段的图像按钮上设置标题属性?
<asp:CommandField ShowDeleteButton="True" ButtonType="Image" ShowEditButton="True"
DeleteImageUrl="images/BPAnn.gif" EditImageUrl="images/edit.gif" DeleteText="Elimina" EditText="Modifica"
UpdateImageUrl="images/apply.gif" CancelImageUrl="images/undo.gif" />
Is possible to set the title attibute on the image buttons of a commandfield?
<asp:CommandField ShowDeleteButton="True" ButtonType="Image" ShowEditButton="True"
DeleteImageUrl="images/BPAnn.gif" EditImageUrl="images/edit.gif" DeleteText="Elimina" EditText="Modifica"
UpdateImageUrl="images/apply.gif" CancelImageUrl="images/undo.gif" />
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
当你说标题时你的意思是标题文本???
When you say Title do you mean HeaderText???
如果您想要工具提示,我的建议是将 CommandField 转换为 TemplateField。
在模板字段中,您有更多可用选项。
If You want Tooltip my suggestion is to convert CommandField to TemplateField.
In Template field you have more options available.
如果有人需要这个,您可以对任何命令执行此操作。这里就完成了删除:
In case someone needs this you can do this for any command. Here it is done for the delete: