PageAdapter.RenderPostBackEvent Method
.NET Framework 2.0
Renders a postback event into the response stream as a link, including all required arguments.
| Name | Description |
|---|---|
| PageAdapter.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.
|
| PageAdapter.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.
|
| PageAdapter.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.
|
Community Additions
ADD
Show: