I have the web service:
[WebMethod] public void SendMail(string _name, string _email, string _message) { //Create Mail Message Object with content that y
If it's an aspx page, you can add a ScriptManager with EnablePageMethods="true"attribute, and then call PageMethods.sendMail(name, email, message, onSuccess, onFail);