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