I\'m using web service with this method:
$.ajax({ type: \'POST\', url: \'page.asmx/method\', contentType: \'appli
Send Client side value server side through jquery and ajax call. Click On butto send value client side to server side // Web Servics Telephone.asmx [HttpPost] public ActionResult Edit(string data) { }