Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SetScheduleContext ( int scheduleId, bool refreshPage = false ) : Schedule |
Sets the schedule context.
|
|
rptSchedules_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void |
Handles the ItemCommand event of the rptCampuses control.
|
Method | Description | |
---|---|---|
LoadDropdowns ( ) : void |
Loads the schedules
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected SetScheduleContext ( int scheduleId, bool refreshPage = false ) : Schedule | ||
scheduleId | int | The schedule identifier. |
refreshPage | bool | if set to |
return | Schedule |
protected rptSchedules_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void | ||
source | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterCommandEventArgs | The |
return | void |