Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using simple .net calendar control in my webapplication because CalendarExtender control of ajax does not support Hijri calendar but I want the functionality of CalendarExtender control like user can select any year quickly or any month and then select date of that month. CalendarExtender can display list of years and moths to choose, Can anybody tell me how to implement this functionality in normal calendar control of asp.net with code?? I am using asp.net 3.5


Thanks and Regards,
Hetal Gadhavi
Posted

1 solution

If you're taking about drop lists of years, days and months, that's trivial to do yourself, it is, by definition, different to using a calendar control that shows a month per page, etc.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900