Creating a Custom Calendar Control in Asp.net  
Author Message
pamkit





PostPosted: ASMX Web Services and XML Serialization, Creating a Custom Calendar Control in Asp.net Top

I need to implement a Calendar Control in my application so that it can be used throught the aplication.I have searched the internet and have found some but those are just calendars and we can select a date. But if we wnt to go to some year say 2011 then we have to go on clicking the next month navigator until the required year and the month comes up.So I want to implement two dropdown lists on top of the calendar which signify month and year and we can select from the dropdowns. This can also include the navigation icons for the months and years. I want to implement them in an .ascx file.Can some one give me some suggestions or provide any helpful links to create the calendar control. The calendar control needs to be implemented as a custom control which can be published as a dll.


.NET Development29