button to edit value in database

ARC

Well-known member
Joined
Sep 9, 2006
Messages
63
Location
Minnesota
Programming Experience
Beginner
I have a database with one table, and a button on the webpage. I want to run some math on a value stored in that table (column1, row1 -- for example) when the user clicks the Button. i DONT want the user to be able to just edit the value to anything they want (just the math that i put in the onlick event of the button).

What code is required for this? I have looked through the msdn data access walkthroughs, but they dont really help me understand what needs to be written in terms of accessing just one value in the table and then changing it, then resaving it back to the database in the OnClick event. Thanks for any help!
 
Back
Top