jquery - On create view, check if an entry already exist in the database -


let me in context, mvc project creates reservations. reservation contains zones , equipements (you select zones , equipement want checking checkboxes).

when create new reservation, can select date (it's datepicker). when select date, if in database there entry same date, want disable zones , equipements (checkboxes) taken. obviously, can't have 2 people take same spot on same day.

i don't know if guys understand i'm trying hasn't been answered yet.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -