C
coleenholley
I have an ASP table that I need to convert to a datagrid, but I have calulations like this:
row1.cell1(column1) X row1.cell2(column2) = row1.cell3(column3)
I also need to get grand totals in the footer - I've found articles on how to do this in VB, so am good to go with the grand totals, but I have not had any luck finding articles with examples in VB on how to do calculations across a row in a datagrid. I REALLY need an GOOD example on how to do this, does anyone have any suggestions? Thanks much for any help. Coleen
row1.cell1(column1) X row1.cell2(column2) = row1.cell3(column3)
I also need to get grand totals in the footer - I've found articles on how to do this in VB, so am good to go with the grand totals, but I have not had any luck finding articles with examples in VB on how to do calculations across a row in a datagrid. I REALLY need an GOOD example on how to do this, does anyone have any suggestions? Thanks much for any help. Coleen