Link to home
Start Free TrialLog in
Avatar of Manju
ManjuFlag for India

asked on

On Change Event in Classic asp - DB Refresh without page refresh

Team -

I have a form which gets data from sql db.

Typically the form looks like below

Name: rs("Name") - Label
Amount: rs("amount") - Label
New Amount: rs("amount") - Textbox
Delta - rs("delta") - Label

Here I need an onchange event in textbox which should paste the new value back to the sql table and delta needs to show new data from sql tabe (new amount - amount) . Kindly help.

Note: This is purely classic asp + SQL and I dont have much knowledge on jquery / ajax. so any help / direction towards the same / sample site would be helpful.

Regards,
Manju
ASKER CERTIFIED SOLUTION
Avatar of Big Monty
Big Monty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial