Jquery – Getting POST 500 Internal server error while sending request via ajax call
I have a logic where I want to insert data into database. SO I am sending ajax request through my local machine. Below is the code for the same.. $("#btnSubmitCT").on('click', function () { var valid = validateForm(); if (valid) {…