skip to Main Content

how to call aspx.vb method using ajax – Jquery ajax

how to call vb.net method from ajax I send array as parameter in the ajax and it's not working this is the ajax and javascript code <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript"> $("#Button1").click(function () { var Years = document.getElementById("Options").querySelectorAll(".selected"); $.ajax({ type: "POST",…

VIEW QUESTION
Back To Top
Search