FormView::IPostBackContainer::GetPostBackOptions Method (IButtonControl^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines the postback event options for the FormView control.
Assembly: System.Web (in System.Web.dll)
private: virtual PostBackOptions^ GetPostBackOptions( IButtonControl^ buttonControl ) sealed = IPostBackContainer::GetPostBackOptions
Parameters
- buttonControl
-
Type:
System.Web.UI.WebControls::IButtonControl^
The button control that posted the page back to the server.
Return Value
Type: System.Web.UI::PostBackOptions^The postback event options for the FormView control.
| Exception | Condition |
|---|---|
| ArgumentNullException | The object contained in the buttonControl parameter is null. |
| InvalidOperationException | The CausesValidation property of buttonControl is true. |
The IPostBackContainer::GetPostBackOptions method is a helper method that is called by the FormView control to create a PostBackOptions object that contains the postback event options for the control. The PostBackOptions object is typically used as a parameter for the GetPostBackEventReference method.
.NET Framework
Available since 2.0
Available since 2.0
Show: