SupportClientScriptsExtensions.SetClientScript Method
Name | Parameters | Description |
---|---|---|
SetClientScript(ISupportClientScripts, String, Boolean) static | action, script, processOnServer | Assigns a JavaScript code to the current Action. This code is executed in a browser when a user clicks the Action. |
SetClientScript(ISupportClientScripts, String) static | action, script | Assigns a JavaScript code to the current Action. This code is executed in a browser when a user clicks the Action. |