I'm doing a school project on an online cinema booking system.
I want to do a seat reservation system where the seats of the theater is displayed on the screen. The user can then book the seats by clicking on on the seat and the system will update the status of the seating position so other users can book the same seat twice.
I'm using ASP.NET with C#.
thanks in advance.