Package Name:
ddlPackName
No. of Extra Connection:
txtNoConn
Charges per Connection(If any):
txtChargeConn
Installation Charges:
txtInstlChrge
Discount (if any):
txtDisc
Amount to Pay:
txtAmntToPay
Paying Amount:
txtPayAmnt
Balance:
txtBlnc
How to get final result1 (txtAmntToPay.text)? and final result2 (txtBlnc)1).if I select 'ddlPackName' then its price display in 'txtAmntToPay.text'2).if I enter 'txtNoConn' and 'txtChargeConn' then multiple this both and add with 'ddlpackname' then display in 'txtamnttoPay'
if I not select 'ddlpackname' then display multiplied values.
3).like this all textboxes values add with 'txtPayAmnt' and subtract 'txtDisc'