Groups | Blog | Home
all groups > asp.net > january 2008 >

asp.net : tooltip is not appearing for Asp.Net applicaton


faraz
1/28/2008 10:26:30 PM
Hi,
I am building a site through Asp.net 2.0/C#. the problem is my
application has tooltips which are appearing normally when i run the
app or deploy to webserver and access through my pc. but there are
some pc's for which my asp application doesnt show tooltip at all... I
have never seen this behavior on my development pc.


can you please tell me what can be the cause of disabled tooltip for
asp.net 2.0 app???? ....


thanks in advance.
faraz
1/28/2008 10:29:01 PM
or if this is becuase the browser IE6 or IE7 please tell me that as
well....

faraz
1/29/2008 12:27:07 AM
for example i have a gridview using the template field and in the
item template im using label control.

<ItemTemplate>
<asp:Label ID="lblLastRentRate" runat="server" Text="Rent"'
ToolTip="Annaul" ></asp:Label>
</ItemTemplate>


this Tooltip Annaul is not appearin in some of the pcs.

Mark Rae [MVP]
1/29/2008 8:06:12 AM
[quoted text, click to view]

How are you creating the tooltips...?


--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Mark Rae [MVP]
1/29/2008 9:30:15 AM
[quoted text, click to view]

http://www.velocityreviews.com/forums/t105883-tooltips-in-a-boundcolumn.html

On the PCs where the ToolTip doesn't appear, does the title attribute of the
rendered <span> appear correctly when you view the document's source...?


--
Mark Rae
ASP.NET MVP
http://www.markrae.net
AddThis Social Bookmark Button