private void SetParameter() { this.IEstTermRefID = PageUtility.GetIntByValueDropDownList(ddlEstTermInfo); this.IYmd = PageUtility.GetByValueDropDownList(ddlMonthInfo); this.ISumType = PageUtility.GetByValueDropDownList(ddlSumType); DeptInfos objDept = new DeptInfos(); this.IEstDeptID = objDept.GetRootEstDeptID(this.IEstTermRefID); }
private void NotPostBackSetting() { WebCommon.SetEstTermDropDownList(ddlEstTermInfo); WebCommon.SetTermMonthDropDownList(ddlMonthInfo, PageUtility.GetIntByValueDropDownList(ddlEstTermInfo)); WebCommon.SetSumTypeDropDownList(ddlSumType, false); DeptInfos objDept = new DeptInfos(); if (Request["EST_DEPT_REF_ID"] == null) { objDept = new DeptInfos(); this.IEstDeptID = objDept.GetRootEstDeptID(WebUtility.GetIntByValueDropDownList(ddlEstTermInfo)); } else { this.IEstDeptID = WebUtility.GetRequestByInt("EST_DEPT_REF_ID"); } this.Search(this.IEstDeptID); }
private void SetParameter() { this.IEstTermRefID = PageUtility.GetIntByValueDropDownList(ddlEstTermInfo); this.IYmd = PageUtility.GetByValueDropDownList(ddlMonthInfo); this.ISumType = "TS"; DeptInfos objEst = new DeptInfos(); this.IEstDeptID = objEst.GetRootEstDeptID(this.IEstTermRefID); //iBtnOp.Style.Add("background-image", "url(../images/bg/bg_topmenu.gif)"); //iBtnOp.Style.Add("vertical-align", "top"); //iBtnOp.Style.Add("cursor", "hand"); //iBtnOp.Style.Add("border", "0px"); //iBtnOp.Height = Unit.Pixel(25); //iBtnSe.Style.Add("background-image", "url(../images/bg/bg_topmenu.gif)"); //iBtnSe.Style.Add("vertical-align", "top"); //iBtnSe.Style.Add("cursor", "hand"); //iBtnSe.Style.Add("border", "0px"); //iBtnSe.Height = Unit.Pixel(25); }