PageAdapter::RenderPostBackEvent Method
.NET Framework (current version)
Renders a postback event into the response stream as a link, including all required arguments.
Assembly: System.Web (in System.Web.dll)
| 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:

