I want to increment an integer value in an aspx page by 1, everytime a user clicks on the button. Is it possible? How can this be done?
I have a form and button on it
I have a variable and I want to increment it when the user click the button
I am working with visual basic
I want you to give me all I need ( as where I should declare the variable and where should I put the increment statment i=i+1 ?)
I can do this in visual basic but in ASP I could not
when I do this in ASP , the value onle incress one time ( i put i=i+1 in click button event)
I have a form and button on it
I have a variable and I want to increment it when the user click the button
I am working with visual basic
I want you to give me all I need ( as where I should declare the variable and where should I put the increment statment i=i+1 ?)
I can do this in visual basic but in ASP I could not
when I do this in ASP , the value onle incress one time ( i put i=i+1 in click button event)