graphical display

B

bazzer

im doing an ASP.NET web application for booking cinema tickets online.
for one part of it i need to show a graphical display(very very basic)
of seats in a particular screen of the cinema. it would need to show
seats that are already booked and, also, allow seats to be
selected(booked) by clicking on them. when they are selected they
should also give the option of allowing user select between an adult or
child price. i was thinking of maybe using multiple check boxes, each
check box representing a seat. could anyone suggest a better idea of
how i mite go about this?
 
S

Steve C. Orr [MVP, MCSD]

How about a bunch of Image or ImageButton controls, each displaying an image
of a seat. The seat would change colors and/or images when clicked to
represent whether it is booked & whether it is for an adult or child.

You could add a rollover effect to those controls with the code in the
second section of this article:
http://SteveOrr.net/articles/InheritAndExtend.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top