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...