Overload List

  Name Description
Public method Static member GetPostBackEventReference(LinkButton)
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 PostBackOptions instance.
Public method Static member GetPostBackEventReference(LinkButton, 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 PostBackOptions instance.
Public method Static member GetPostBackEventReference(LinkButton, ClientScriptManager)
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 PostBackOptions instance.
Public method Static member GetPostBackEventReference(LinkButton, String, ClientScriptManager)
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 PostBackOptions instance.

See Also