How to pass multiple data in my ajax query and save the data by api
I want to save the more than values from jquery ajax to web api please help me for this.
Here is my asp.net core web api code
I want to save the more than values from jquery ajax to web api please help me for this.
Here is my asp.net core web api code
There are two datatables on the same page and both have different columns.
I have a website using ASP.NET that needs to retrieve some data from CloudKit. I am using CloudKit JS and I am retrieving a record from CloudKit and sending the data to the server from my JavaScript using C#. I am able to turn the JSON object of the retrieved record into a string using JSON.stringify(record);, but I am unable to send it to the server using AJAX. Here is my code for sending the data using AJAX:
After serializing the content of a form, I need to do a POST and send the viewmodel using Ajax. When performing POST, the viewmodel is arriving with empty fields. I’ve tried using “JSON.stringfy” and converting the class, but it didn’t work either.
Does anyone know how to help me?
I need to populate Cascading Country, State and City DropDownLists using jQuery AJAX in ASP.Net MVC.
I am new to ASP and I am trying to take a string in my JS code and post it to my controller so that I can use it to query my database.
I have modal popup extender in my ASP.NET webforms application. Can I reuse the same modal popup extender in all webforms to accomplish common search?
My Web API returns 404 when called from AJAX but works well on PostMan and Swagger.
I have this form
I am trying to call a WebMethod using AJAX in ASP.net