Hi,
I have two tables Resources and Booking.
Resource Table has the following fields.
Id Name
1 Discussion Room
2 Learning Room
and the booking table is used to book an appointment. The fields for the booking table are as follows.
BookingId ResourceId Start time End time
I need to get the resource from the resource table and bind it to schedule control like.
Discussion Room Learning Room
12.00 AM
1.00 AM
2.00 AM
3.00 AM
when book an appointment, i need to get the resourceid and persist in the booking table.
Could give me the sample source for this scenario.
Thanks
Saravanan .T