Skip to content
Advertisement

Tag: imagebutton

On button click append OR… in SQL Query

Is it possible to append to an SQL query based on number of clicks on a button? Eg. For each time I click on the button (+) I want to add OR [PIN]=@LogID# Where # is a number increasing for everytime I press the plus (+) button. I also would like do be able to decrease the same way by

Advertisement