Adding Values of Dynamically Generated Rows

wxdqz

New Member
Hello,

It seems that I hit a brick wall and need your help. I am generating a table from a database and I want to be able to sum one of the columns and display the result once the page loads. Look at the sample table here (<!-- m --><a class="postlink" href="http://home.pacbell.net/sharapov/example.htm">http://home.pacbell.net/sharapov/example.htm</a><!-- m -->) Also I want total value to update if user makes change to one or all of the fields in that column. I can't use T1.value + T2.value (for example) because as I said all data is taken from database, and I simply don't know which Item is going to show up. Can anybody help me with this?

Thanks.
 
Back
Top