Ask a Question related to ASP, Design and Development.
-
Renie83 #1
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
-
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... -
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... -
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? ... -
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... -
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... -
Ray at #2
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



Reply With Quote

