protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { memBL.dropdownlist_date(year, month, day); } }