public ActionResult DeleteFeatureMasterContract(string txtFeatMastNo) { bool success; WebView.WebService._base myWebService; myWebService = new WebService._base(); success = myWebService.DeleteFeatureMaintenanceContract(txtFeatMastNo); return(Json(new { Success = success }, JsonRequestBehavior.AllowGet)); }