search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How can I avoid collision between 2 events?

Asked by Anonymous
14 years ago.

hi, I'm doing a C# . net project and I'm in difficult. I hope you will be help me???plsssss

For example, I made a reservation time between 07.00 am -13.00 on monday. Another people try to take monday at 8.00-14.00...That occurs a collision. I just wanna that the other person can'ttakemonday betweenthese times???

Comment posted by Dan Letecky
14 years ago.

You should check the date and time availability in the server-side event handler before actually creating the event in the database.

The following topic may help:

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.