MenuItemTemplate.ClientOnClickUsingPostBackEventFromControl Method
Include Protected Members
Include Inherited Members
Sets the ClientOnClickScript property by using the client-side Ecma script that causes a post back.
Overload List
Name | Description | |
---|---|---|
ClientOnClickUsingPostBackEventFromControl(Control) | Sets the ClientOnClickScript property by using the client-side Ecma script that causes a post back by using the specified server control. | |
ClientOnClickUsingPostBackEventFromControl(Control, String) | Sets the ClientOnClickScript property by using the client-side Ecms script that causes a post back by using the specified server control and token-replacement parameter. |
Top