I have C# page with 2 functions - 1 to get data from my MSSQL database, and the second one to insert data into it.
I want to know how to use AJAX (or any other way?) to call this functions from JS file. For one of the functions i only need to get data back, for the other one i need to send data from the JS to the C# functions..