How to call any Stored Procedure (with parameters AND without parameters) using Javascript ?
My requirement is: There is an asp button
on my web page, when user clicks on it, then a Javascript shall run which will execute a Stored Procedure to update the value in database.
Initially, I have to create a sample code for this requirement.
Please let me know if any other detail is needed. Please note that I am using SQL server database.
Please help me to achieve it. Thanks in advance.