B
Bill.Bohanon
I have an equipment checkout app that I have that allows people to
checkout a certain piece of equipment for a certain date and it works
using a asp.net calendar control using vb.net and SQL as the backend.
It works great, but now the request has come in that they want to be
able to reserve a piece of equipment for more than just one day at a
time. What I am trying to figure out is when folks select more than 1
day on the calendar control(I.E. - They select 3 days on the
calendar), how to get the date range or multiple selected dates to get
parsed back into individual date values that can be input into a
database on a per date basis.
For Example: Jenny reserves the projector for a week on the calendar
control. The application needs to parse out each date(to a value) for
that week she selected so as to input a reservation for each date for
that projector so folks cannot reserve it again.
Thanks in advance,
BB
checkout a certain piece of equipment for a certain date and it works
using a asp.net calendar control using vb.net and SQL as the backend.
It works great, but now the request has come in that they want to be
able to reserve a piece of equipment for more than just one day at a
time. What I am trying to figure out is when folks select more than 1
day on the calendar control(I.E. - They select 3 days on the
calendar), how to get the date range or multiple selected dates to get
parsed back into individual date values that can be input into a
database on a per date basis.
For Example: Jenny reserves the projector for a week on the calendar
control. The application needs to parse out each date(to a value) for
that week she selected so as to input a reservation for each date for
that projector so folks cannot reserve it again.
Thanks in advance,
BB