Click or drag to resize
ScriptObjectBuilderExecuteCallbackMethod Method
Executes a callback capable method on a control

Namespace: Kettic.AspNet
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static string ExecuteCallbackMethod(
	Control control,
	string callbackArgument
)

Parameters

control
Type: System.Web.UIControl
callbackArgument
Type: SystemString

Return Value

Type: String
See Also