This documentation is archived and is not being maintained.
PageAdapter::RenderPostBackEvent Method
Visual Studio 2008
Renders a postback event into the response stream as a link, including all required arguments.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RenderPostBackEvent(HtmlTextWriter, String, String, String, String) | Renders a postback event into the response stream as a hyperlink, including the encoded and possibly encrypted view state, and event target and argument. |
|
RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String) | Renders a postback event into the response stream as a hyperlink, including the encoded and possibly encrypted view state, an event target and argument, a previous-page parameter, and an access key. |
|
RenderPostBackEvent(HtmlTextWriter, String, String, String, String, String, String, Boolean) | Renders a postback event into the response stream as a hyperlink, including the encoded view state, an event target and argument, a previous-page parameter, and an access key. |
Show: