I think it would be better to use 5 calendar controls - disable autopostback (set it to false) and use a regular asp:button. Once the button is clicked you retrieve the dates from the all 5 calendar controls and submit them to your database. Does that make sense?