ASP.NET ToolTip Property


Web Control Standard Properties Reference Complete Web Control Standard Properties Reference

Definition and Usage

The ToolTip property is used to set or return the text that appears when the user rests the mouse pointer over a control.

Syntax

<asp:webcontrol id="id" ToolTip="string" runat="server" />
 
Attribute Description
string The text to appear when the user rests the mouse pointer over a control


Example

The following example sets the tool tip text of a button control:

<form runat="server">
<asp:Button id="button1" Text="Submit" runat="server"
ToolTip="This is an example-button" />
</form>

Show example »

Web Control Standard Properties Reference Complete Web Control Standard Properties Reference

Color Picker

colorpicker