calculating across a row in a datagrid

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
 
D

Dominique Vandensteen

check the Expression propery of DataColumn

Dominique

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. ColeenCommunity Website: http://www.dotnetjunkies.com/newsgroups/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top