AdvantageSelectorDocument Methods
The AdvantageSelectorDocument type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
CreateChildControls |
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.
|
|
|
GetDocument |
Gets the document.
|
|
|
OnInit |
Raises the Init event.
|
|
|
OnPreRender |
Raises the PreRender event.
|
|
|
RenderBeginTag |
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
|
|
|
RenderEndTag |
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
|
|
|
SaveViewState |
Saves any state that was modified after the TrackViewState method was invoked.
|
|
|
SetDocument |
Sets the document.
|

