Step 1of 3: Adding a C1ToolTipExtender
In This Topic
In this topic you will add a Label control and associate it with a C1TooltipExtender control.
-
In the Visual Studio Toolbox, double-click the Label control to add a label to the main content of your page.
-
Double-click the C1TooltipExtender control to add it to the page.
-
Set the TargetControlID property to Label1. The markup will look like this:
<cc1:C1TooltipExtender ID="TooltipExtender1" runat="server">
</cc1:C1TooltipExtender>
Now set some properties to customize the tooltip.