Click or drag to resize

EAPCtrlUtilsSetClickScript Method (WebControl, String)

Set the onclick javascript for any WebControl used as a button.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void SetClickScript(
	WebControl btn,
	string js
)

Parameters

btn
Type: System.Web.UI.WebControlsWebControl
The button control.
js
Type: SystemString
The script.
See Also