C# Class OpenSlx.Lib.Web.Controls.BindableRadioButtonList

Inheritance: System.Web.UI.WebControls.RadioButtonList
Mostrar archivo Open project: nicocrm/OpenSlx

Private Properties

Property Type Description

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Add our event hook

PerformDataBinding ( System dataSource ) : void

Data binding - with exception handling

Method Details

OnInit() protected method

Add our event hook
protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

PerformDataBinding() protected method

Data binding - with exception handling
protected PerformDataBinding ( System dataSource ) : void
dataSource System
return void