Changing a html table when new data is entered into SQL table.

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Changing a html table when new data is entered into SQL table.

    Hi all,
    I was wondering if anyone has any ideas on how I would go about this
    task.
    What I have is a html table which is populated from 2 different sql
    tables. The first table contains values of maximum and average values
    the second one conataines data that has been collected about the
    materials that are being compared to the max and avg values. What I
    want to do is when a new max or avg value is added to the table I want
    a dark border to appear above this new value and all the data after
    that new avg or max date to be under it.
    Any ideas would be appreciated!
    Renie83
    Renie83 Guest

  2. Similar Questions and Discussions

    1. How to take data out of table, restructure the table and then put the data back in
      Hi All Wonder if you could help, I have a bog standard table called STOCKPRICES that has served me well for a while, but now I need to change the...
    2. Trouble copying data from old table to new table
      Hello all, I am working with a ColdFusion MX 6.1 frontend and a SQL Server 2000 backend - There is a "CUSTOMER_INFO" table for every month and...
    3. Extract data from table html
      Hi, I would like to extract data from the table attached. Could someone help me to create the regular expression to grab that informations? ...
    4. Could not load type VTFixup Table from assembly Invalid token in v-table fix-up table.
      We are getting this error after clearing the web.config of database infomation - even after using the wizard to re-enter the information. I could...
    5. Expression result not entered in table
      How do I get the result of an expression entered in a table? I have this expression as the control source: =-- but I need the result of this...
  3. #2

    Default Re: Changing a html table when new data is entered into SQL table.

    You could use cookies for this and check what the max value was the last
    time the person was there, and if the new value is greater, response.write
    the additional formatting.

    Ray at work

    "Renie83" <renie83@lycos.com> wrote in message
    news:8e153bdf.0307090645.12122926@posting.google.c om...
    > Hi all,
    > I was wondering if anyone has any ideas on how I would go about this
    > task.
    > What I have is a html table which is populated from 2 different sql
    > tables. The first table contains values of maximum and average values
    > the second one conataines data that has been collected about the
    > materials that are being compared to the max and avg values. What I
    > want to do is when a new max or avg value is added to the table I want
    > a dark border to appear above this new value and all the data after
    > that new avg or max date to be under it.
    > Any ideas would be appreciated!
    > Renie83

    Ray at 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