Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Dynamic list box

    I have a form which collects a users contact details and adds them to a
    database (Access) table called 'Users' using ASP, on that form there is a
    dynamic dropdown list box which is populated from a table called Job sector.
    The form works correctly adding the correct form details to the correct
    database table (Users) and fields. I am encountering a problem when I try to
    update the users details Using the go to Detail server behaviour, The edit
    details form retrieves the correct information dependent on UserID but the
    dynamic dropdown List box does not show the job sector which was originally
    submitted by the add user form, thus everytime I want to update a user details
    I have got to reselect the Job sector . Is ther any way that this could be
    automatically selected. Can anyone point me in the right direction on how to
    achieve this? tried a search on google but most of the info is dynamic
    dependent Tuts Thanks, M@rk

    M@rk Guest

  2. Similar Questions and Discussions

    1. Dynamic List Error
      Hi , I have a page set up to allow changes to be made to a product. Alot of the options for changing products have only a few possible choices of...
    2. dynamic list box help
      Hi I have created a dynamic list box which has 5 items in there. when i click on an item on the list i want it to go to another page where it...
    3. Dynamic List Problem
      Hi all, could someone please help me with a problem I've been trying to resolve for the last 4 hours? Basically, I have an ASP page, which...
    4. PHP : Dynamic List & Filter?
      Hi - I'm working with: DWMX / PHP / MYSQL 1. I'd like to create 3 drop-down lists which are dynamically populated with entries from my DB. Is...
    5. Dynamic List Question
      I have a dynamic list that users can select multiple choices and I want on the edit page to have all those choices pre-selected. The values are...
  3. #2

    Default Re: Dynamic list box

    Use the Dynamic listbox behaviour. And set the 'selected value' from the
    Users recordset.

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  4. #3

    Default Re: Dynamic list box

    Hi,
    I am selecting the value from the database to show it on the list box. In my
    IIS in WinXP is working good, but the problem is when it run the page in the
    server that run in Win2000, the list box doesnt select the right value. I think
    the problem is the "if" of the javascript code that doesnt work good in other
    cases.
    Does anybody know anything about that error?
    thanx
    p.s. sorry for my bad english, I'm a brasilian boy
    Teto

    Teto Brazil Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139