Version

add Method

Adds the specified DropDownItem via an AJAX callback.
Syntax
ASP.NET Ajax Javascript (Specification) 
function add( 
   item : DropDownItem
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItemCollection.add(DropDownItem);

Parameters

item
The DropDownItem that should be added
See Also