Пример #1
0
 /// <summary>
 ///     初始化页面数据
 /// </summary>
 private void InitData()
 {
     btnClose.OnClientClick            = ActiveWindow.GetHidePostBackReference();
     tbxFCustomer.OnClientTriggerClick = Window2.GetSaveStateReference(txtFCode.ClientID, tbxFCustomer.ClientID)
                                         + Window2.GetShowReference("../../Common/WinCustomer.aspx");
     GasHelper.DropDownListDataBind(ddlUnit, "1001");
 }
Пример #2
0
        /// <summary>
        ///     初始化页面数据
        /// </summary>
        private void InitData()
        {
            btnClose.OnClientClick = ActiveWindow.GetHidePostBackReference();

            GasHelper.DropDownListDataBind(ddlUnit, "1001");

            //钢瓶集合
            GasHelper.DropDownListBottleDataBind(ddlBottleNum);
        }