create dynamic list by using ADDT

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

  1. #1

    Default create dynamic list by using ADDT

    hi all
    im using Adobe Dreamweaver Developer Toolbox to create dynamic list
    when i create dynamic list its ok
    but theres problem in edit,delete,add new bottons
    that mean when i click on edit botton theres no any thing happen
    and when i click delete botton messagebox for deletion message will be
    displayed but the selected record wikk not be deleted
    and when i click add new theres no any thing happen

    but fillter botton work good
    and sorted titles
    plz help me with my thanks

    awwad Guest

  2. Similar Questions and Discussions

    1. Dynamic Spry datasets in ADDT
      From the website for Adobe Dreamweaver Developer Toolbox: Dynamic Spry datasets - Adobe Dreamweaver Developer Toolbox helps customers export...
    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 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...
    4. Dynamic ASP Drop Down List
      Hi, I have created a drop down list which is linked to a dataset. Can anyone tell me how I can display 'Please Select' at the top of the drop down...
    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: create dynamic list by using ADDT

    Hi,

    when creating an ADDT dynamic list, a blank "form" page will be created in the
    same directory -- you?ll actually need to open this blank page and apply the
    required add/edit/delete logic here. Just use ADDT?s "create dynamic form
    wizard" to help you setup the form for you

    geschenk Guest

  4. #3

    Default Re: create dynamic list by using ADDT

    thanks >> thanks >> thanks

    plz help me to make this page work with ajax ( i mean i want to make it without refresh and at the same page
    like datagrid in asp.net
    awwad Guest

  5. #4

    Default Re: create dynamic list by using ADDT

    >>
    plz help me to make this page work with ajax
    >>
    the form page you mean, right ? well, even if I could provide a solution
    (ajax respectively the CS3 spry stuff is rather new to me right now),
    this wouldn?t make sense to the form page anyway, because, after performing an
    insert/update/delete transaction, ADDT will always redirect to another page
    (your list probably) you specified when setting up the form.

    ADDT lists and forms are by default separated, and there is no mechanism
    provided to have both functionalities available on the same page -- it?s that
    what you meant ?

    geschenk 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