This documentation is archived and is not being maintained.
FormView::IPostBackContainer::GetPostBackOptions Method
Visual Studio 2010
This API supports the .NET Framework 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::PostBackOptionsThe postback event options for the FormView control.
Implements
IPostBackContainer::GetPostBackOptions(IButtonControl)| Exception | Condition |
|---|---|
| ArgumentNullException | The object contained in the buttonControl parameter is nullptr. |
| 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: