Version

initialize Method

For Internal Use Only. Called from the control's constructor, it sets up all information needed by the control.
Syntax
ASP.NET Ajax Javascript (Specification) 
function initialize() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfControlMain.initialize();
See Also