GetClientScriptURL gets the client script to attach to the control's client side onclick event

Namespace: DotNetNuke.UI.Containers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void GetClientScriptURL(
	ModuleAction action,
	WebControl control
)
Visual Basic
Public Sub GetClientScriptURL ( 
	action As ModuleAction,
	control As WebControl
)

See Also