コード例 #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
                this.Authentication(enumModule.Report);

                ddlYear.Text  = DateTime.Now.Year.ToString();
                ddlMonth.Text = DateTime.Now.Month.ToString();

                ddlYear1.Text  = DateTime.Now.Year.ToString();
                ddlMonth1.Text = DateTime.Now.Month.ToString();
                ddlDept2.BindDropDownListAndSelect(Ticket.GetDepartment(), "DepName", "DepId");
                ddlYear2.Text  = DateTime.Now.Year.ToString();
                ddlMonth2.Text = DateTime.Now.Month.ToString();
            }
        }