2
Reply

How to display the dates in the selected month

sathya kumar

sathya kumar

Feb 3 2011 2:42 AM
11.6k
Hi friends,

I want to display the dates in the selected month.

I have two dropdownlists in my page

In the first dorpdownlist i stored
<asp:ListItem>January</asp:ListItem>
<asp:ListItem>February</asp:ListItem>
..............
<asp:ListItem>December

In the Second dropdownlist i stored
<asp:ListItem>2009</asp:ListItem>
<asp:ListItem>2010</asp:ListItem>

Now i when i click the month and year i want to display the dates in the selected month of the corresponding year.

Is there any option to display the dates like this. If anybody know please tell me.

thanks,

Answers (2)