monkeymagic2222
Technical User
Hi,
I have 3 textboxes within a Details View, Unit Cost, VAT and Total.
All I want to do is, after a user has entered a figure into the Unit Cost to automatically calculate the VAT (unit cost * 17.5%) then populate the unit cost + VAT in the Total textbox.
Is this possible without doing a postback, i.e. maybe using something like JavaScript's OnChange?
Thanks in advance.
I have 3 textboxes within a Details View, Unit Cost, VAT and Total.
All I want to do is, after a user has entered a figure into the Unit Cost to automatically calculate the VAT (unit cost * 17.5%) then populate the unit cost + VAT in the Total textbox.
Is this possible without doing a postback, i.e. maybe using something like JavaScript's OnChange?
Thanks in advance.