calculated column in datagrid question

G

Guest

can you populate a colmun in a data grid with a calculated value and can this
be done on databind?

I have a datagrid that is populated with a shopping cart. This data comes
from the database. I have a quantity and price that i'd like to calculate in
a function and show as a line total. What's the best way to do this.
thanks
kes
 
G

Guest

If i bind the data directly to the datagrid like this: dgCart.DataSource =
cmdCart.ExecuteReader() how do i reference the data in the itemDataBound sub
if it is not included on in the datagrid as a column? (as a
<asp:boundcolumn...)
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top