I have a SQL table which includes the following fields:
1. Day (date field)
2. number (text field)
3. ending value (text field)
There are 10 sets of each in a Gridview. I want the user to click the command button for a particular date and it will subtract a value of "1" from the figure and show the result in the ending value text field.
Help is needed in the code for the command button.
Thanks
Start Free Trial