wwAjaxMethodCallback::TargetObject

The object on which methods are called. Defaults to the Page.

Note: If you're implementing a custom control or user control and you want to route requests to that control's methods you have to explicitly assign the TargetObject property as early as possible in the control's initialization code:

FUNCTION OnInit()
this.HeaderProxy.TargetObject = this
DODEFAULT()
RETURN

Default Value

Initial value: null

See also:

Class wwAjaxMethodCallback

© West Wind Technologies, 1996-2024 • Updated: 05/07/10
Comment or report problem with topic