As you can see in the article which you have mentioned in your question.
Calling ASP.Net WebMethod using jQuery AJAX
You can gerenerate the Responce message and show this on
function OnSuccess(response) {
alert(response.d);
}
You can add ADO.Net success or error messages in some string variable and return it. It will be shown in the OnSuccess javasscript function.