Version

find Method

Finds WebDataMenu by its client ID.
Syntax
ASP.NET Ajax Javascript (Specification) 
function find( 
   clientID : String
) : WebDataMenu;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataMenu.find(String);

Parameters

clientID
Client ID of the control to look for.

Return Value

Reference to the WebDataMenu control object that corresponds to specified client ID.
See Also