ClientScriptManager.GetPostBackEventReference Method (PostBackOptions)
.NET Framework 3.0
Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified PostBackOptions instance.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public String GetPostBackEventReference ( PostBackOptions options )
public function GetPostBackEventReference ( options : PostBackOptions ) : String
Not applicable.
Parameters
- options
A PostBackOptions that defines the postback.
Return Value
A string that, when treated as script on the client, initiates the client postback.To implement the IPostBackEventHandler interface for a Page, use the @ Implements directive.
The GetPostBackEventReference method can be used with the Button control when the UseSubmitBehavior property is false. In this scenario, the GetPostBackEventReference method returns the client postback event for the Button control.
Community Additions
ADD
Show: