asp.net - Call server side dropdown list onchange function from javascript -


is there way call server side drowndown list on change event call javascript..

<script>      // change value of asp.net dropdown list      // call onchange event of dropdown list </script> 

you can try adding web methods in code behind can called through javascript or jquery ajax.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -