ASP.NET ToolTip Property
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 »
|
Complete Web Control Standard Properties Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|