1.

syntax to get dropdownlist text in javascript

Answer»

document.getElementById(ControlID).OPTIONS[document.
getElementById(ControlID).selectedIndex].TEXT



Discussion

No Comment Found