473,396 Members | 1,834 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Order ticket online - multiple selection

I am working on an online ticket booking system for my school project. I have done some research on a few web sites and notice that a few of them allow the users to select the seats as displayed on the screen. It is such a nice feature that I would like to add it to my project but I am new to ASP.Net and C#, thus I am not sure how difficult to implement such thing. Can someone please tell me how to do this? Can I use button control to represent each seat? If so, how to I capture multiple selection from user? Say the user select 2 seats in the last row before clicking the Next button to indicate ordering 2 tickets and the choice of seats.

Thanks in advance!
Jul 27 '09 #1
7 4476
Frinavale
9,735 Expert Mod 8TB
There are many ways to solve this.

You could create an image of the seating plan and then use the ImageMap control to let users select sections and/or individual seats.

Or you could create a Silverlight Application. This is a lot more interesting and will allow you to do much more graphically client side than you would using regular ASP.NET.

Or you could use links as you suggested, but I think the ImageMap is probably the easiest/most appealing approach to solving this.

Ticketmaster.ca uses ImageMaps :)


-Frinny
Jul 27 '09 #2
I forgot to mention that when a user click a "seat", he/she can also click the same "seat" to deselect it. I doubt imagemap control or button control can do this.
Jul 28 '09 #3
vinpa
4
It is most definitely possible.

If you have any code you can be assisted with, please post it! : )
Jul 28 '09 #4
Frinavale
9,735 Expert Mod 8TB
@willingg
Hmm...check out Silverlight :)
Jul 28 '09 #5
Frinavale
9,735 Expert Mod 8TB
Ok I found something Sooo cool that I think will solve your problem :)
Forget Silverlight

Check out Sprites :) :)

Let me know how this works out for you because I love it :)

It's simple, clean, works in many browsers (even the older ones) and doesn't require any crazy stuff like Silverlight, Flash, or other things.

It's sort of like image mapping but not.

Create a list <ul> and add your LinkButtons into the <li>'s.
Position the <ul> list to absolute...then apply the background image (being your seating plan) to the list. Use CSS to move the <li>'s to the correct positions on the seating plan map. Apply an background image to the <li>'s that makes them look like seats. When the user selects them, just change the image (sprite).


So Cool!
Check it out!

-Frinny
Jul 30 '09 #6
If anyone is interested, here is the web site where I get the idea from:

http://www.gsc.com.my/rd/epayment_tutorial.asp

Check out the Seat Selection. It's the one related to my question here. Definitely very cool.
Aug 1 '09 #7
Frinavale
9,735 Expert Mod 8TB
I didn't see a seat selection component there.
Did you check out Sprites?
Aug 4 '09 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

20
by: Xenophobe | last post by:
I have successfully converted the ASP code included in the following article to PHP: http://www.4guysfromrolla.com/webtech/040100-1.shtml As described the high and low latitudes and longitudes...
2
by: Roel | last post by:
Hi Is it possible to share an authentication ticket across multiple websites (on the same server) ? Detailed: I create a ticket in webapplication1. The user can click a link on...
0
by: Sean Patterson | last post by:
Hey all, I've followed the examples online on how to use Forms Authentication to create a ticket, assign it a role, and then intercept it in the Global.asax file to make sure it gets sucked in...
1
by: Wayne Wengert | last post by:
I have an aspx page with multiple radio button lists and I am all tangled up in the processing logic. I suspect that I do not understand the correct order of the various events. I have...
60
by: Shawnk | last post by:
Some Sr. colleges and I have had an on going discussion relative to when and if C# will ever support 'true' multiple inheritance. Relevant to this, I wanted to query the C# community (the...
13
by: bevanward | last post by:
Hi All I am finding unexpected results when inserted into a newly created table that has a field of datatype int identity (1,1). Basically the order I sort on when inserting into the table is...
7
by: mark2802 | last post by:
When using CMdialog control to open multiple filenames is there a way to force the order in whch the resulting filenames are returned? I require the filenames to be returned in the order they were...
6
by: kossanah | last post by:
I like to seek to your assistance in any measure.I need your help on how to go about This: I am developing a promotional site where user will be issued a ticket(manually) which will be a...
3
by: Hartmut Dippon | last post by:
Hi all, I hope somebody can help me with following problem: I have an application where I can drag&drop files/dirs from within explorer onto my form. If multiple files/dirs are selected I...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.