asp.net中的图片工具提示 [英] image tooltip in asp.net

查看:111
本文介绍了asp.net中的图片工具提示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我有一个显示图像的列表视图.
图片必须显示工具提示
在html内容的asp:img工具提示中
例如:
字符串a =< div> Hi</div>";

< asp:image工具提示= a/>
den result shld be Hi
在工具提示上

工具提示数据来自数据库.
它存储如下:
< table> th xyz</table>


因此,在Toltip中仅显示xyz shud..



请帮助...

Hello,

I have a listview in which images are displayed.
the image must show a tooltip
in asp:img tooltip of html content
for eg:
string a="<div>Hi</div> ";

<asp:image tooltip=a />
den result shld be Hi
on tooltip

the tooltips data comes from database.
it stored like this:
<table><th>xyz</th></table>


So in Toltip only xyz shud be displayed..



Plzz help...

推荐答案

您是否具有
Do you have ShowItemToolTips[^] set to True?


这篇关于asp.net中的图片工具提示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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