summaryM:DotNetNuke.UI.Utilities.ClientAPI.ExecuteControlMethod(System.Web.UI.Control,System.String)

Namespace: DotNetNuke.UI.Utilities
Assembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)

Syntax

C#
public static string ExecuteControlMethod(
	Control CallbackControl,
	string callbackArgument
)
Visual Basic
Public Shared Function ExecuteControlMethod ( 
	CallbackControl As Control,
	callbackArgument As String
) As String

Parameters

CallbackControl
Type: System.Web.UI..::..Control
paramCallbackControlM:DotNetNuke.UI.Utilities.ClientAPI.ExecuteControlMethod(System.Web.UI.Control,System.String)
callbackArgument
Type: System..::..String
paramcallbackArgumentM:DotNetNuke.UI.Utilities.ClientAPI.ExecuteControlMethod(System.Web.UI.Control,System.String)

Return Value

returnsM:DotNetNuke.UI.Utilities.ClientAPI.ExecuteControlMethod(System.Web.UI.Control,System.String)

See Also