Hello there,
My form has "runat=server", and it is submitted to another page. The error i get is in "viewstate".
This is one of the error messages: "2) Viewstate can only be posted back to the same page."
I believe with viewstate i can't submit my data to some other page, As i always do in classic asp... I tried to turn of viewstate using "enable viewstate = false"..but i couldn't..
Is there any way to get rid of this problem in this case (i.e submitting my form to another page without viewstate..)
I am new to asp.net(vb.net)..
Any help is really appreciated...
Thanks...
My form has "runat=server", and it is submitted to another page. The error i get is in "viewstate".
This is one of the error messages: "2) Viewstate can only be posted back to the same page."
I believe with viewstate i can't submit my data to some other page, As i always do in classic asp... I tried to turn of viewstate using "enable viewstate = false"..but i couldn't..
Is there any way to get rid of this problem in this case (i.e submitting my form to another page without viewstate..)
I am new to asp.net(vb.net)..
Any help is really appreciated...
Thanks...