Click here to Skip to main content
15,867,322 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all i am creating online theatre ticket booking website, in that site i need to specify the seat's so which control may i use for theatre chairs, i mean button or label etc..
Posted

Depends on what you actually want to do.
You could as well use check boxes...where the user will be able to check the seats that s/he wants to book, which at the same time disabling the check boxes where the seats are already booked.

You can also make use of buttons, but in my opinion you probably would increase the number of post-backs.
 
Share this answer
 
Comments
sameertm 26-Jan-11 11:22am    
if i use button, will my web page take much time to load
Ryan Zahra 26-Jan-11 11:26am    
Depends on the contents of the page and what you're actually trying to load. Keep user experience of the website in mind.
I would use a picture of a seat.
 
Share this answer
 
Comments
Chris Meech 26-Jan-11 12:23pm    
What if the tickets are for SRO (Standing Room Only). ;)

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



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