How to display a help text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Anuhas
    New Member
    • Jan 2008
    • 23

    How to display a help text

    Dear Experts,

    Tell me how to display a help text when mouse point is on a button.
    Please help me.

    Anuhas
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hello Anuhas,

    I think what you are referring to is a ToolTip. You can set the tooltip property inside your button tag (or in your code if you prefer). Like this:

    <asp:Button ID="btnTest" Text="Click!" ToolTip="Click me please" runat="server" />

    Hope this helps,

    Dr B

    Comment

    • Anuhas
      New Member
      • Jan 2008
      • 23

      #3
      Thanx a lot. But I m talking about windows forms not web pages.
      Please help me again.

      Anuhas

      Comment

      • DrBunchman
        Recognized Expert Contributor
        • Jan 2008
        • 979

        #4
        See my post here:



        Dr B

        Comment

        Working...