Thursday, October 6, 2011

Get value from Rad Combo Box using java script

            var combo = $find("<%= radCombobox11.ClientID %>");
            var deptCode = combo.get_value();    //gets selected value
           combo.disable();                                 // disable combo box
           combo.enable();                                // enable combo box

No comments:

Post a Comment