I have 2 dropdowns 1 with weeknumbers 1 with years.
I want to extract the date range from this data.
So:
Weeknumber 13 year 2009 would give:
monday 23 march 2009
tuesday 24 march 2009
…
VB.Net preferred but C# sollution is also ok.
Edit:
Ok I guess I should have mentioned this is for European dates.
by using Fluent DateTime project on Codeplex.