Hi All,
I hope some to help me on this. I created 2 pages in ASP .NET. One that contains the DayPilotMonth control to show all the events and another one to add new events to my calander via text boxes. (Calander Page and Booking Page)
my "Schedule" table contains the following field and i'm linking the control to this table:
schedule_id, schedule_from, schedule_to,reason,approved,finished,place
The user should be be able to add new events to the database using the booking page and to see the event details in the calander. However, whenever a new event is created (new record in the database), the calander control doesn't get refreshed and updated with the new events. I don't know why. Can someone help me on this?
Thank you very much in advance