Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
find Method
Finds WebDropDown by its client ID.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function find(
: String
) : WebDropDown; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebDropDown.find(String); |
Parameters
- clientID
- Client ID of the control to look for.
Return Value
Reference to the WebDropDown control object that corresponds to specified client ID.
See Also