C# Class DynamicData.ManyToMany_EditField

Mostrar archivo Open project: anurse/ReviewR

Protected Properties

Property Type Description
CheckBoxList1 global::System.Web.UI.WebControls.CheckBoxList

Public Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Protected Methods

Method Description
CheckBoxList1_DataBound ( object sender, EventArgs e ) : void

Private Methods

Method Description
DataSource_UpdatingOrInserting ( object sender, EntityDataSourceChangingEventArgs e ) : void

Method Details

CheckBoxList1_DataBound() protected method

protected CheckBoxList1_DataBound ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Load() public method

public Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

CheckBoxList1 protected_oe property

protected global::System.Web.UI.WebControls.CheckBoxList CheckBoxList1
return global::System.Web.UI.WebControls.CheckBoxList