Beispiel #1
0
    protected void Page_Load(object sender, EventArgs e)
    {
        bizPmsComInfo = new Biz_Pms_Com_Info();

        if (!IsPostBack)
        {
            DropDownListCommom.BindComp(ddlCompID, lblCompTitle);
            bindData();
        }


        COMP_ID = WebUtility.GetIntByValueDropDownList(ddlCompID);

        ltrScript.Text = "";
        setSaveBtn(true);
    }
Beispiel #2
0
    protected void Page_Load(object sender, EventArgs e)
    {
        gUserInfo = (SiteIdentity)Context.User.Identity;


        bizPmsInfo    = new Biz_Pms_Info();
        bizPmsColInfo = new Biz_Pms_Col_Info();
        bizPmsComInfo = new Biz_Pms_Com_Info();

        if (!IsPostBack)
        {
            DropDownListCommom.BindComp(ddlCompID, lblCompTitle);

            this.prj_sDate.Value = System.DateTime.Now.AddMonths(-1);
        }


        COMP_ID = WebUtility.GetIntByValueDropDownList(ddlCompID);

        ltrScript.Text = "";

        ibnSoosikSave.Visible = false;
        ibnSoosikSave.Enabled = false;
    }