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