|
Question about buttons and Autopostback
Hello,
Can anyone tell me what I am missing???
I declare a variable at the module level. I use this variable over and over throughout the page in various functions, etc. I want to write the value of this variable to a database. Well, evidently by default a button is set to autopostback=true. I can't seem to change that. So when I click on my "save report" button, it reposts the page and writes the variable to the database. The problem is since it reposted the page, the variable is empty. What am I doing wrong?
Thanx in advance
|