Displaying one field in two <td>s per <tr>

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Displaying one field in two <td>s per <tr>

    Hi,

    I'm trying to display all the records in one database field in a table
    with 2 <td>s per <TR> but don't know how to do it (or even if it can
    be done).

    e.g. <tr><td> fieldA.record 1 </td><td> fieldA.record2 </td></tr>
    <tr><td> fieldA.record 3 </td><td> fieldA.record4 </td></tr>

    At present I'm trying to modify an existing bit of code to use a
    record count add a </tr><TR> if the counter can be divided by 2 but as
    I only vaguely understand this stuff any help would be appreciated
    (esp. an example of something similar) - many thanks, Ivor
    Ivor Problem Guest

  2. Similar Questions and Discussions

    1. Autopopulated form not displaying data in pdfunless the form field is clicked
      Within my online application, I have a pdf form that is auto generated and displayed to the user in the browser. My problem is that the populated...
    2. Displaying only a part of a record field
      I would like to output only a part of a record field which is returned by a query. For example the outputed text would look like: "Drawing has...
    3. Displaying scrollable tables in text field...
      I am a visual design type that is not that script savvy. I have some projects that I would like to remove from my weekly update schedule by turning...
    4. problem displaying MEMO field from ACCESS 2000 on WINDOWS 20003
      Hi, I have been using access 2000 for two years on WINDOWS NT to display dynamic aweb page using ASP My ISP has now changed to Windows 2003,...
    5. Valuelist from field not displaying in CDML
      I have created a database called "CategoryDB.fp5", inside it has 2 important fields : "Category" and "CustomerID" - at the moment it contains 11...
  3. #2

    Default Re: Displaying one field in two <td>s per <tr>

    [url]http://www.aspfaq.com/2247[/url]




    "Ivor Problem" <howard.brock@virgin.net> wrote in message
    news:9ce44920.0307311124.51a8d3b5@posting.google.c om...
    > Hi,
    >
    > I'm trying to display all the records in one database field in a table
    > with 2 <td>s per <TR> but don't know how to do it (or even if it can
    > be done).
    >
    > e.g. <tr><td> fieldA.record 1 </td><td> fieldA.record2 </td></tr>
    > <tr><td> fieldA.record 3 </td><td> fieldA.record4 </td></tr>
    >
    > At present I'm trying to modify an existing bit of code to use a
    > record count add a </tr><TR> if the counter can be divided by 2 but as
    > I only vaguely understand this stuff any help would be appreciated
    > (esp. an example of something similar) - many thanks, Ivor

    Aaron Bertrand - MVP 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