Version

nextNode Property

Returns the next sibling node of this node. If this is the last node in the collection, null is returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_nextNode() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.get_nextNode();
See Also