Results 1 to 2 of 2

Thread: Display tooltip on webpage

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2005
    Posts
    625

    Display tooltip on webpage

    How do I display a tooltip over a textbox? Here's what I'm trying:

    <a onmouseover="javascript:tooltip('helpmesg');">
    <asp:textbox ..... >
    </a>

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497

    Re: Display tooltip on webpage

    <SPAN TITLE='test tip'><ASP:TextBox ... /></SPAN>
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width