Dropdownlist Cascade

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Dropdownlist Cascade

    Hi Guys
    I have two dropdownlists (A and B)
    Both get their values from a database

    When i select a value from dropdownlist A
    It is suppose to do a postback

    and then dropdownlist B gets a value from dropdownlist A
    which then populates dropdownlist B


    However i have been trying for days but dropdownlist B does not populate
    For dropdownlist A
    i have set postback = true

    For drop dropdownlist B
    in the dataset menu i have set
    Filter: classlevelid = Form Variable Classlevelid
    This part actually works when i test and put a classlevelid

    However on the page
    only dropdownlist A gets populated
    and Dropdownlist B remains empty after the postback



    Your help would be much appreciated

    Jimmy

    JimmyB4B Guest

  2. Similar Questions and Discussions

    1. possible to DELETE CASCADE?
      Is it possible for a query to delete a record and all of its foreign-key dependents? I see DROP CASCADE, but not a DELETE CASCADE. What I'm...
    2. A "cascade on delete" constraints deletes AFTER the source is gone??
      I noticed that when you do a constraint and tell it "cascade on delete", it will do so only AFTER that the source is deleted. Can I tell it somehow...
    3. <asp:DropDownList >
      It just doesn't work like that - - you need to either bind data to the datalist in code, or manually add the items, one by one, where you're doing...
    4. Perform cascade delete
      How can i performe a cascade delete in SQL2k? I have 2 child table for a master table and i want, when delete from the master, automatically delete...
    5. cascade update non-primary key field
      is it possible to do that except trigger?
  3. #2

    Default Dropdownlist Cascade

    Hi Guys
    I have two dropdownlists (A and B)
    Both get their values from a database

    When i select a value from dropdownlist A
    It is suppose to do a postback

    and then dropdownlist B gets a value from dropdownlist A
    which then populates dropdownlist B


    However i have been trying for days but dropdownlist B does not populate
    For dropdownlist A
    i have set postback = true

    For drop dropdownlist B
    in the dataset menu i have set
    Filter: classlevelid = Form Variable Classlevelid
    This part actually works when i test and put a classlevelid

    However on the page
    only dropdownlist A gets populated
    and Dropdownlist B remains empty after the postback



    Your help would be much appreciated

    Jimmy


    JimmyB4B 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