Quantcast
Channel: port135.com
Viewing all articles
Browse latest Browse all 306

How to disable a DropDownList or ComboBox using JavaScript

$
0
0

It may be tricky depending on the situation. Here is what it works in my case:

var objectListCountry = $find("<%= listCountry.ClientID %>");
objectListCountry.set_enabled(false);


Viewing all articles
Browse latest Browse all 306

Trending Articles