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

Server-side Events

Event log

RadCheckBox exposes several server-side events that allow easy and flexible use in a wide range of application scenarios:

  • OnCheckedChanged—raised when the checked state of RadCheckBox changes and AutoPostBack is set to true.
  • OnClick—raised when the RadCheckBox is clicked and AutoPostBack is set to true.
  • OnCommand—raised when the RadCheckBox is clicked and AutoPostBack is set to true. It is useful for handling commands (using the CommandName and CommandArgument properties).
  • DefaultCS.aspx
  • DefaultCS.aspx.cs
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="DefaultCS.aspx.cs" Inherits="CheckBox.ServerSideApi.ServerSideEvents.DefaultCS" %>




    Telerik ASP.NET Example


    
    
    
	

Support & Learning Resources

Find Assistance