S
simon
I have page search.asp. When I click button, I submit form with script:
form1.action="searchResults.aspx"
form1.submit
On page searchResults.aspx I get the following error message:
The viewstate is invalid for this page and might be corrupted.
Does anybody know why?
Thank you,
Simon
form1.action="searchResults.aspx"
form1.submit
On page searchResults.aspx I get the following error message:
The viewstate is invalid for this page and might be corrupted.
Does anybody know why?
Thank you,
Simon