Interview Question in Visual Studio 2005


 

Interview Question :: 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
by ksk