GridView + JS?

  • Thread starter Thread starter Paulo
  • Start date Start date
P

Paulo

Hi, I've a GridView wich shows

Qtt Price Total
(Qtt*Price)

The price is a combo/DropDownList from 0 to 50 and Price is a Decimal
formatted to show currency.

When the user changes the Qtt, the Total should change too... but how to do
that? any examples? via JavaScript?

VS 2005 asp.net C# 2.0

Thanks!
 
Back
Top