Пример #1
0
        public ActionResult DetailGridViewPartial(int transId, object newKeyValue)
        {
            Session["MasterComptaOID"] = IWSLookUp.GetMasterComptaOID(transId);
            if (newKeyValue != null)
            {
                ViewData["IsNewDetailRow"] = true;
            }
            ViewBag.DefaultCurrency = IWSLookUp.GetCurrencyDefault();

            return(PartialView("DetailGridViewPartial", IWSLookUp.GetDetailCompta(transId)));
        }