Hi,
I'm building an ASP.Net application that connects to a SQL Server DB. I want one form of the application to display a calendar(preferably showing the current month and the next month only). The user should then be able to select multiple dates from the 2 months displayed. I'll then provide a submit button that will write these selected dates to the database. Can I use the Calendar provided in asp.net for this, if so how do I get this to allow the selection of multiple dates? And if I can't use this, what should I use instead, javascript?
All suggestions greatly appreciated!!