-
seat picker
I am having problem with how to do this so i can get the best output.
Here is what i got.
I have a web based program that has the opening page as you choosing a event you want to see. From there based on what you choose it will send that info being Event Name,Location,and a event id (so it can check to see if there are more then one time for the event.) The next page has a dropdown box so you can choose the time if so and a box for how many tickets you want. I want to display that number of seats if not taken in a gridview and then allow the user to hit a select new seat button and it go to the next number of seats. The trouble that i am having is that the seats are number like this
row A Seats 2-12 even numbers
Then on the other side they are
Row A Seats 1-11 odd numbers
there are four sections fanning out.
please help thanks:confused:
-
Re: seat picker
Hey,
I am not sure that I follow exactly what you are trying to explain. Is it possible that you can show a screen shot of the seat layout you are using, and also what you already have in terms of layout on your webpage?
Gary
-
3 Attachment(s)
Re: seat picker
here are the two seating sections and the temp webpage i am building
-
Re: seat picker
Hey,
Ah, ok, I see what you are getting at, I think :)
This starts to get a little bit complicated, as you need to take things like groupings of seats in to consideration as well. i.e. if someone wants four seats, then realistically, they are going to want 4 seats all together.
Have you considered creating an interactive control that let's the user choose exactly which seats they want?
Here are some links that might help you on your way:
http://weblogs.asp.net/gabriellopez/...p-webpart.aspx
http://seating-chart.softplatz.net/
http://www.vclcomponents.com/s/0__/s..._using_asp_net
http://www.15seconds.com/issue/030630.htm
Gary