Tuesday, July 28, 2009

Help with drop down list?

Hello, I am working with c# and asp.net (visual studio 2005)





I have two dropdownlist. the first dropdownlist is year from 2004 - 2006 and the other is


week from 1-53.


I am trying to make the drodownlist for week start at week 42 whenever


year 2004 is selected. But start from 1 whenever any other year is


selected(2005, 2006).


thanks

Help with drop down list?
Hook into the OnSelectedItem changed event, and programmatically change the selected item of your drop down list.

sp

No comments:

Post a Comment