Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Processing a Ticket Order

To make sure that this process is clear, let's recap what happens step-by-step.

  1. The user clicks on a generated description: ticketssample.gif button to order tickets.

  2. A server-side method, AddShow, creates or updates the necessary TicketOrder and TicketItem objects and saves them in the database.

  3. The method returns a line of JavaScript code to the browser, causing the browser to request an updated copy of the Order.csp page from the Web server.

FeedbackOpens in a new tab