Version

remove Method

Removes the node from the parent node nodes collection
Syntax
ASP.NET Ajax Javascript (Specification) 
function remove( 
   keepChildren : Boolean
) : Boolean;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.remove(Boolean);

Parameters

keepChildren
If true the children will not be removed.

Return Value

Returns true if the node is successfully removed.
See Also