Ejemplo n.º 1
0
 public static void BindDate(DropDownList ddlStartYear, DropDownList ddlStartMonth, DropDownList ddlEndYear, DropDownList ddlEndMonth)
 {
     ddlStartYear.BindYear();
     ddlStartMonth.BindMonth();
     ddlEndYear.BindYear();
     ddlEndMonth.BindMonth();
 }