calculated column in datagrid question

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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

Back
Top