DetailsView::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.
For a description of this member, see IPostBackContainer::GetPostBackOptions.
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 control generating the client-side postback event.
Return Value
Type: System.Web.UI::PostBackOptions^A PostBackOptions with the information required for GetPostBackEventReference to construct a valid script that, when executed on the client, initiates a client postback.
| Exception | Condition |
|---|---|
| ArgumentNullException | buttonControl is null. |
| InvalidOperationException | buttonControl causes validation in the DetailsView control and attempts to use the same DetailsView control as a postback target. |
This member is an explicit interface member implementation. It can be used only when the DetailsView instance is cast to the IPostBackEventHandler interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: