c# - How to make a tooltip on a image? -
i'm trying find make tooltip on image.
for example: 
i don't know how can make one.
thanks
i think system.web.ui.webcontrols.image have tooltip property
<asp:image alternatetext="string" cssclass="string" id="string" runat="server" tooltip="string"/> otherwise, alt property of html image control act tooltip
Comments
Post a Comment