IPostBackContainer.GetPostBackOptions Method
.NET Framework 3.0
Returns the options required for a postback script for a specified button control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
PostBackOptions GetPostBackOptions ( IButtonControl buttonControl )
function GetPostBackOptions (
buttonControl : IButtonControl
) : PostBackOptions
Not applicable.
Parameters
- buttonControl
The control generating the postback event.
Return Value
A PostBackOptions object containing the options required to generate a postback script for buttonControl.Implementations of the GetPostBackOptions method should configure a new PostBackOptions instance with the information required for the GetPostBackEventReference method to construct a valid postback event reference, which, when executed on the client, initiates a postback.
Community Additions
ADD
Show: