PageAdapter Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| DeterminePostBackMode |
Determines whether the Web page is in postback and returns a name/value collection of the postback variables.
|
| Equals |
Overloaded.
Determines whether two Object instances are equal.
(inherited from
Object)
|
| GetHashCode |
Serves as a hash function for a particular type.
(inherited from
Object)
|
| GetRadioButtonsByGroup |
Retrieves a collection of radio button controls specified by groupName.
|
| GetStatePersister |
Returns an object that is used by the Web page to maintain the control and view states.
|
| GetType |
Gets the Type of the current instance.
(inherited from
Object)
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(inherited from
Object)
|
| RegisterRadioButton |
Adds a radio button control to the collection for a specified radio button group.
|
| RenderBeginHyperlink |
Overloaded.
Renders an opening hyperlink tag to the response stream.
|
| RenderEndHyperlink |
Renders a closing hyperlink tag to the response stream.
|
| RenderPostBackEvent |
Overloaded.
Renders a postback event into the response stream as a link, including all required arguments.
|
| ToString |
Returns a String that represents the current Object.
(inherited from
Object)
|
| TransformText |
Transforms text for the target browser.
|
| Name | Description | |
|---|---|---|
| BeginRender |
Called prior to the rendering of a control. In a derived adapter class, generates opening tags that are required by a specific target but not needed by HTML browsers.
(inherited from
ControlAdapter)
|
| CreateChildControls |
Creates the target-specific child controls for a composite control.
(inherited from
ControlAdapter)
|
| EndRender |
Called after the rendering of a control. In a derived adapter class, generates closing tags that are required by a specific target but not needed by HTML browsers.
(inherited from
ControlAdapter)
|
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from
Object)
|
| GetPostBackFormReference |
Returns a DHTML code fragment that the client browser can use to reference the form on the page that was posted.
|
| LoadAdapterControlState |
Loads adapter control state information that was saved by SaveAdapterControlState during a previous request to the page where the control associated with this control adapter resides.
(inherited from
ControlAdapter)
|
| LoadAdapterViewState |
Loads adapter view state information that was saved by SaveAdapterViewState during a previous request to the page where the control associated with this control adapter resides.
(inherited from
ControlAdapter)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
| OnInit |
Overrides the OnInit method for the associated control.
(inherited from
ControlAdapter)
|
| OnLoad |
Overrides the OnLoad method for the associated control.
(inherited from
ControlAdapter)
|
| OnPreRender |
Overrides the OnPreRender method for the associated control.
(inherited from
ControlAdapter)
|
| OnUnload |
Overrides the OnUnload method for the associated control.
(inherited from
ControlAdapter)
|
| Render |
Generates the target-specific markup for the control to which the control adapter is attached.
(inherited from
ControlAdapter)
|
| RenderChildren |
Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached.
(inherited from
ControlAdapter)
|
| RenderPostBackEvent |
Overloaded.
Renders a postback event into the response stream as a link, including all required arguments.
|
| SaveAdapterControlState |
Saves control state information for the control adapter.
(inherited from
ControlAdapter)
|
| SaveAdapterViewState |
Saves view state information for the control adapter.
(inherited from
ControlAdapter)
|
Community Additions
ADD
Show: