Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!

So the problem that I'm having is to get a specific function for an appointment calendar.
Firstly, the scenario is that the system I need to build is for a business that has multiple technicians on hand. I need to develop an appointment calendar where the client can make an appointment by selecting it of a calendar. I have used DHTMLX to design the calendar and it works fine but the problem is when multiple users needs to make an appointment at the same time. The problem is the system won't allow me to create a new appointment without viewing the current appointment which is not suppose to happen.

For example: Client1 makes an appointment from 9am-10am, and then client2 makes an appointment from 9am-10am on the same day as well. This method is fine as there will be multiple technicians that are ready to be dispatched

I am currently using MVC in Visual Studio 2013

Any help given would be appreciated.
Thanks in advance
Posted
Comments
Nisarg Desai 20-Apr-15 6:47am    
you can use Session in controller to store appointment regarding data

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900