FormView::IPostBackContainer::GetPostBackOptions Method
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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.