GridView.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.
Creates a PostBackOptions object that represents the postback behavior of the specified button control.
Assembly: System.Web (in System.Web.dll)
Parameters
- buttonControl
-
Type:
System.Web.UI.WebControls.IButtonControl
The button control for which to create the callback script.
Return Value
Type: System.Web.UI.PostBackOptionsA PostBackOptions that represents the postback behavior of the specified button control.
| Exception | Condition |
|---|---|
| ArgumentNullException | The buttonControl parameter contains null. |
| InvalidOperationException | buttonControl causes validation and is attempting to post back to the same container it validates. |
.NET Framework
Available since 2.0
Available since 2.0
Show: