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.
- control
- The server control that receives the client event postback.
- argument
- A string that is passed to IPostBackEventHandler.RaisePostBackEvent(string).
The string that represents the client event.
See the System.Web.UI.ClientScriptManager class for alternatives to this deprecated member.