IPostBackContainer::GetPostBackOptions Method (IButtonControl^)
.NET Framework (current version)
Returns the options required for a postback script for a specified button control.
Assembly: System.Web (in System.Web.dll)
Parameters
- buttonControl
-
Type:
System.Web.UI.WebControls::IButtonControl^
The control generating the postback event.
Return Value
Type: System.Web.UI::PostBackOptions^A PostBackOptions object containing the options required to generate a postback script for buttonControl.
Implementations of the GetPostBackOptions method should configure a new PostBackOptions instance with the information required for the GetPostBackEventReference method to construct a valid postback event reference, which, when executed on the client, initiates a postback.
.NET Framework
Available since 2.0
Available since 2.0
Show: