Returns a string that can be used in a client event to cause postback to the server. This method has been deprecated. Use the
GetPostBackEventReference method in the
ClientScriptManager class instead.

Overload List
|
Name
|
Description
|
|
Page.GetPostBackEventReference (Control)
|
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.
|
|
Page.GetPostBackEventReference (Control, String)
|
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.
|

See Also