How to pass the selected dropdown value on button click to action method
How to pass the selected dropdown value on button click to action method, Please let me know if you have any demo or example code,Thanks.
Jaeger Smith
asked
at 20 Dec 2021
-
that would usually be a form post, when you submit a form the values of the html inputs inside get serialized and sent to the server. for example this https://demo.aspnetawesome.com/FormDemo#Post-form-via-ajax-and-pass-result-to-Success-js-functionat 20 Dec 2021 Omu