示例#1
0
文件: TopucDate.cs 项目: LuoSven/EM
 public static void BindDate(DropDownList ddlStartYear, DropDownList ddlStartMonth, DropDownList ddlEndYear, DropDownList ddlEndMonth)
 {
     ddlStartYear.BindYear();
     ddlStartMonth.BindMonth();
     ddlEndYear.BindYear();
     ddlEndMonth.BindMonth();
 }