Page::GetPostBackClientEvent 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
Gets a reference that can be used in a client event to post back to the server for the specified control and with the specified event arguments.
Assembly: System.Web (in System.Web.dll)
public: [ObsoleteAttribute("The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202")] String^ GetPostBackClientEvent( Control^ control, String^ argument )
Parameters
- control
-
Type:
System.Web.UI::Control^
The server control that receives the client event postback.
- argument
-
Type:
System::String^
A String that is passed to IPostBackEventHandler::RaisePostBackEvent.
See the ClientScriptManager class for alternatives to this deprecated member.
.NET Framework
Available since 1.1
Available since 1.1
Show: