New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

WebForms LinkButton Overview

UI for ASP.NET AJAX
Build ASP.NET apps for any browser and device in half the time
    
Enjoy components for every need: navigation and layout, data management and visualization, editing, interactivity and more. In our 11 years of aggressive product development - including 3 major and up to 6 minor releases per year - we have implemented, tested and optimized over 4,000 features in Telerik ASP.NET controls.

About RadLinkButton for ASP.NET AJAX

When you need the features of the hyperlink ASP.NET Button enhanced with built-in functionalities, and rich client side API, the Telerik ASP.NET LinkButton is the control that can easily fulfill all these requirements. "Dress" it with the set of predefined skins we provide and the buttons on your Web Forms will have the consistent and appealing look and feel as the rest of the Telerik AJAX controls you use.

RadLinkButton and 120+ other controls are part of UI for ASP.NET AJAX, a comprehensive toolset taking care of the common functionality of your application, while leaving you with more time to work on its business logic.

Key Features

  • Rich client-side functionality
  • Icon—you can make the button more intuitive by placing an Icon next to its text
  • Advanced Skinning—the visual appearance of the Button control can be easily customized through skins
  • DefaultCS.aspx
  • DefaultCS.aspx.cs
  • styles.css
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="DefaultCS.aspx.cs" Inherits="Telerik.Web.Examples.LinkButton.Overview.DefaultCS" %>

<%@ Register TagPrefix="qsf" Namespace="Telerik.QuickStart" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head runat="server">
    <title>Telerik ASP.NET Example</title>
    <link href="styles.css" rel="stylesheet" />
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
    <telerik:RadSkinManager ID="RadSkinManager1" runat="server" ShowChooser="true" />
    <div class="demo-container size-medium wrapper">
        <div class="demo-title">
            UI for ASP.NET AJAX 
        </div>
        <div class="demo-message">
            Build ASP.NET apps for any browser and device in half the time
        </div>
        <div class="demo-buttons">
            <telerik:RadLinkButton runat="server" ID="RadLinkButton1" Primary="true" Text="Learn About ASP.NET AJAX" ToolTip="Learn About ASP.NET AJAX"
                NavigateUrl="http://www.telerik.com/products/aspnet-ajax.aspx#complete-set-of-features-and-controls" />
            &nbsp;&nbsp;&nbsp;&nbsp;
            <telerik:RadLinkButton runat="server" ID="RadLinkButton2" Text="Learn More About Telerik" ToolTip="Learn More About Telerik"
                NavigateUrl="http://www.telerik.com" />
        </div>
        <div>
            Enjoy components for every need: navigation and layout, data management and visualization, editing, interactivity and more.
            In our 11 years of aggressive product development - including 3 major and up to 6 minor releases per year - we have implemented,
            tested and optimized over 4,000 features in Telerik ASP.NET controls.
        </div>
    </div>
    </form>
</body>
</html>

Support & Learning Resources

Find Assistance