MrPink1138
Programmer
I have a dropdown menu and when the selected index changes, I want to call a javascript function to check the value and then disply/hide a 2nd dropdown. None of this would be difficult except for the fact that this takes place inside of a datagrid so my dropdown names change to something like dgrdInteractions:_ctl4:add_material and I don't know how to best refer to them in my javascript.
I know I could use the OnSelectedIndexChanged function but I'd rather use Javascript and avoid a page refresh every time the dropdown changes. Any thoughts?
I know I could use the OnSelectedIndexChanged function but I'd rather use Javascript and avoid a page refresh every time the dropdown changes. Any thoughts?