Property | Type | Description |
---|
Method | Description | |
---|---|---|
RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void |
This is where you implment the simple aspects of rendering your control. The rest will be handled by calling RenderControlHelper's RenderControl() method.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
|
|
ScheduleBuilder ( ) : System |
Initializes a new instance of the ScheduleBuilder class.
|
Method | Description | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
RegisterJavaScript ( ) : void |
Registers the java script.
|
|
_btnShowPopup_Click ( object sender, |
Handles the Click event of the _btnShowPopup control.
|
|
btnSaveSchedule_Click ( object sender, |
Handles the Click event of the btnSaveSchedule control.
|
protected OnInit ( |
||
e | An |
|
return | void |
public RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
return | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
return | void |
protected _btnShowPopup_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSaveSchedule_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |