Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
LoadPostData ( string postDataKey, |
Loads postback data into the control.
|
|
RaisePostDataChangedEvent ( ) : void |
Raises SelectionChanged event.
|
Méthode | Description | |
---|---|---|
AddedControl ( |
Overloaded to track addition of contained RadioButton controls.
|
|
OnPreRender ( |
Registers the RadioButtonGroup for PostBack.
|
|
OnSelectionChanged ( |
Method that is called on postback if selected radio button has changed.
|
|
RemovedControl ( |
Overloaded to track removal of a RadioButton
|
|
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders only children of this control.
|
protected AddedControl ( |
||
control | ||
index | int | |
Résultat | void |
public LoadPostData ( string postDataKey, |
||
postDataKey | string | Key that should be used to retrieve data. |
postCollection | Postback data collection. | |
Résultat | bool |
protected OnPreRender ( |
||
e | ||
Résultat | void |
protected OnSelectionChanged ( |
||
e | Empty event argument. | |
Résultat | void |
public RaisePostDataChangedEvent ( ) : void | ||
Résultat | void |
protected RemovedControl ( |
||
control | ||
Résultat | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | HtmlTextWriter to use for rendering. |
Résultat | void |