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

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -