I have in my form a field coded as follows this field comes before the submit button
<INPUT TYPE="hidden" NAME="numb" VALUE="one">
when I click on the submit I get the error
Error Diagnostic Information
An error occurred while evaluating the expression:
number="this#form.numb#"
Error near line 16, column 7.
if Ihit the refresh than it process it correctly and I cant recreate the error until I re-boot. there are apearently many people getting the same error because I get many e-mails complaing... any Idea of what is happening to my variables?
<INPUT TYPE="hidden" NAME="numb" VALUE="one">
when I click on the submit I get the error
Error Diagnostic Information
An error occurred while evaluating the expression:
number="this#form.numb#"
Error near line 16, column 7.
if Ihit the refresh than it process it correctly and I cant recreate the error until I re-boot. there are apearently many people getting the same error because I get many e-mails complaing... any Idea of what is happening to my variables?