N
nicholas
Got a public variable:
Public Dim i as integer
On page load the variable gets a new value
If at the end of my page load I have a response.write(i) , I can see the
value of i on top of the page (ex: 2)
Now, when I click my submit button and if I also place a response.write(i)
in the on click event, I get 0 and not 2 written on the page.
How comes?
THX
Public Dim i as integer
On page load the variable gets a new value
If at the end of my page load I have a response.write(i) , I can see the
value of i on top of the page (ex: 2)
Now, when I click my submit button and if I also place a response.write(i)
in the on click event, I get 0 and not 2 written on the page.
How comes?
THX