Page::GetPostBackEventReference Method (Control^, String^)
.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 that handles the postback and a string argument of additional event information.
Assembly: System.Web (in System.Web.dll)
public: [ObsoleteAttribute("The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202")] String^ GetPostBackEventReference( Control^ control, String^ argument )
Parameters
- control
-
Type:
System.Web.UI::Control^
The server control to process the postback.
- argument
-
Type:
System::String^
The parameter passed to the server control.
Return Value
Type: System::String^A 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: