i have a form that shows text boxes with different values, and i would like when a button is clicked for '1' to be subtracted from the total of one of those text boxes.... thanks for your help
subtract from field
Collapse
X
-
Tags: None
-
What do you want to happen if the textbox is empty or Null when the button is clicked?
And if the textbox is at 0 (zero) when the button is clicked, do you want to go into negative numbers?
Linq ;0)> -
the textbox will not be null at least i would have no reason for it to be... it would just be at 0 and yeah negative numbers would be good... thanksComment
-
Comment