Click here to Skip to main content
15,867,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a schedule table, in the aspx page, i need to insert multiple date for title A like what you have see in the database scheduleID 1 and 2, the user can are allow to only select one date like it does for title B and C

select multiple date in calendar and insert each date to the database

so how should i do to obtain this result?


HTML
schedule
scheduleID title date
1           A    12/1/2012
2           A    13/1/2012
3           B    20/1/2012
4           C    28/1/2012
Posted

1 solution

You won't be able to select multiple dates with the built-in calendar controls but you could with 3rd party controls, such as Telerik[^]

Entering into the database is the easy part, use an insert statement for each date.
 
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