public ActionResult GetFee(App_Detail_TM06DKQT_Info pDetail) { try { List <AppFeeFixInfo> _lstFeeFix = Call_Fee.CallFee_C06(pDetail); ViewBag.LstFeeFix = _lstFeeFix; } catch (Exception ex) { Logger.LogException(ex); } var PartialTableListFees = AppsCommon.RenderRazorViewToString(this.ControllerContext, "~/Areas/Patent/Views/Shared/_PartialTableListFees.cshtml"); var json = Json(new { success = 1, PartialTableListFees }); return(json); }