CalculatedColumn

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: rj (rj_at_att.com)
Date: 12/13/04


Date: Mon, 13 Dec 2004 09:40:45 -0600

I have a web datagrid that has a databound description and price field.
  I added template columns for qty(Html Input TextBox),
total(asp:label), and select(Html Input Checkbox). When the user inputs
a Qty the checks the checkbox I would like to display the total in the
Total Column. I was wanting to keep this client side if possible. Does
anyone have an example or link showing examples of how to do this?

TIA