Page.GetPostBackEventReference Method (Control)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
Return to top
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 Control object.
Assembly: System.Web (in System.Web.dll)
[<ObsoleteAttribute("The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202")>] member GetPostBackEventReference : control:Control -> string
Parameters
- control
-
Type:
System.Web.UI.Control
The server control to process the postback on the server.
Return Value
Type: System.StringA string that, when treated as script on the client, initiates the postback.
This method has been deprecated. Use the GetPostBackEventReference method in the ClientScriptManager class instead.
.NET Framework
Available since 1.1
Available since 1.1
Show: