Changing the Update form structurally

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

  1. #1

    Default Changing the Update form structurally

    Hello All,

    I have an update form that I want to change the structure from displaying one
    at a time to displaying all the record in the query horizontally. And also have
    a update button for each record. Please help. Thanks.

    Language: ASP
    Database SQL Server
    Windows 2000 Platform


    Mike1500 Guest

  2. Similar Questions and Discussions

    1. Changing a Flash form field value
      I am new to Flash forms and AS. I have tried hunting down a solution but have not had any luck. I have a application that uses Flash remoting to...
    2. Design time doesn't update when changing collection
      I have a custom control with a ListItemCollection. If I add items by hand in the aspx and switch to design time view, everything works fine....
    3. CF7 - changing action of a flash form
      I understand you can't submit to other pages... well how about putting in a Cancel Button? I can get a submit and reset no problem but I can't seem...
    4. Changing the Tab Order in a form
      How can I change the tab order in a form created in Acrobat Pro? I created a form that follows the Document Structure to tab through the fields. When...
    5. Changing Style In Form
      I Know this should be simple but I stuck trying to change the style of my existing forms. At the moment its Expedition and I need it to be...
  3. #2

    Default Re: Changing the Update form structurally

    Apply the repeat region to the <td> tag instead of <tr>. Then put the <form>
    and submit button inside of the repeat region. So, you have 1 form for each
    record. Then apply Update behaviour.

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


    Julian Roberts 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