Property | Type | Description | |
---|---|---|---|
RenderButton | void | ||
RenderSetupScript | void | ||
RenderTextBox | void |
Method | Description | |
---|---|---|
LoadPostData ( string postDataKey, |
Loads postback data into the control.
|
|
RaisePostDataChangedEvent ( ) : void |
Raises the
|
Method | Description | |
---|---|---|
OnDateChanged ( |
The method that is called on postback if the date has changed.
|
|
OnPreRender ( |
Registers necessary scripts and stylesheet.
|
|
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders a hidden input field that stores the value for the radio button group.
|
Method | Description | |
---|---|---|
RenderButton ( HtmlTextWriter writer ) : void | ||
RenderSetupScript ( HtmlTextWriter writer ) : void | ||
RenderTextBox ( HtmlTextWriter writer ) : void |
public LoadPostData ( string postDataKey, |
||
postDataKey | string | /// The key that should be used to retrieve data. /// |
postCollection | The postback data collection. | |
return | bool |
protected OnDateChanged ( |
||
e | /// The event argument (empty and unused). /// | |
return | void |
protected OnPreRender ( |
||
e |
/// An |
|
return | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter |
/// |
return | void |