Hey
The problem is as follows:-
I have four text boxes namely, P, F, Q and A
I want the value of A to be equal to the product of P, F and Q.
The four textboxes are a part of a form, and bound to a datasource. I want that as soon as P, F and A are entered, A should automatically be updated in the database, as per the formula - A=P*F*Q
Pls Help!!!