Ejemplo n.º 1
0
 protected void FillYearSelect(DropDownList ddl, int startYear = 2003)
 {
     WebUtility.BindYearData(ddl, startYear);
 }