ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1ToolTipExtender / C1ToolTipExtender Tutorial / Step 1of 3: Adding a C1ToolTipExtender
In This Topic
    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.

    1. In the Visual Studio Toolbox, double-click the Label control to add a label to the main content of  your page.
    2. Double-click the C1TooltipExtender control to add it to the page.
    3. 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.