AjaxMethodCallback.CreateControlInstanceOnPage

Can be called to create a new instance of the AjaxMethodCallbackControl and attach it to the current page. This can be useful for control developers so they don't have to manually add the control to the page.

The call to this method should be made pre-OnLoad() preferrably in OnInit().

public static AjaxMethodCallback CreateControlInstanceOnPage(Control control,
	object targetInstance)

Return Value

An instance of the Callback Control

Parameters

control
targetInstance


See also:

Class AjaxMethodCallback

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic