Help with ASP..

Discussion in 'Technology' started by Jason Bourne, Feb 12, 2006.

Users Viewing Thread (Users: 0, Guests: 0)

  1. Jason Bourne

    Jason Bourne Registered User

    Joined:
    Oct 14, 2002
    Messages:
    5,337
    Likes Received:
    0
    Help with ASP..

    Anyone any good with ASP?

    I have a major issue with a recordset and a listbox..
  2. 1615634792921.png
  3. Alexander

    Alexander Registered User

    Joined:
    Jun 12, 2002
    Messages:
    14,252
    Likes Received:
    0
    Re: Help with ASP..

    not sure what asp is but as if you have a computer problem
  4. Jason Bourne

    Jason Bourne Registered User

    Joined:
    Oct 14, 2002
    Messages:
    5,337
    Likes Received:
    0
    Re: Re: Help with ASP..

    :rofl:

    I may be a nerd.. but this is outta my depth.
    Want me to post a quick sypnosis so u can violently vomit at its complexity?
  5. Jason Bourne

    Jason Bourne Registered User

    Joined:
    Oct 14, 2002
    Messages:
    5,337
    Likes Received:
    0
    Kinda sorted it now..

    The problem was -

    --------------------------------------------------------------------------

    Is it possible to use values from 2 fields in one list box?
    I'm creating a cinema booking website in which on of the tables consists of the following fields -

    Now as the seats are in their own fields with a true or false value I'm finding it almost impossible to allow their selection via a list box.

    I know these details are pretty sketchy but can anybody guide me in the right direction?

    I did come up with one idea..

    The code to show one field is -
    If I can somehow edit the last line of code to look like the following -

    I have managed to get the values to be displayed side by side by using the following statement -

    Now I just need a way of allowing the tags to be shown instead of the values.

    Go on.. call me a nerd.. :lol:
  6. Jason Bourne

    Jason Bourne Registered User

    Joined:
    Oct 14, 2002
    Messages:
    5,337
    Likes Received:
    0
    Sorted that now by using .name instead of .value :)

Share This Page