V
Vinod I
Hi Team,
When I tryed following code, I am getting the Runtime Error as
"The View State is invalid for this page and might be corrupted."
Exception Details: System.Web.HttpException: The View State is invalid for
this page and might be corrupted.
Stack Trace:
[HttpException (0x80004005): The View State is invalid for this page and
might be corrupted.]
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +150
System.Web.UI.Page.LoadPageViewState() +16
System.Web.UI.Page.ProcessRequestMain() +421
And My Code is in ".js" file:
function save()
{
document.forms(0).method = "post";
document.forms(0).action = "formsave1.aspx";
document.forms(0).submit();
}
Please let me know wat can be the reason.
Thanks in advance..
cheers !!
When I tryed following code, I am getting the Runtime Error as
"The View State is invalid for this page and might be corrupted."
Exception Details: System.Web.HttpException: The View State is invalid for
this page and might be corrupted.
Stack Trace:
[HttpException (0x80004005): The View State is invalid for this page and
might be corrupted.]
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +150
System.Web.UI.Page.LoadPageViewState() +16
System.Web.UI.Page.ProcessRequestMain() +421
And My Code is in ".js" file:
function save()
{
document.forms(0).method = "post";
document.forms(0).action = "formsave1.aspx";
document.forms(0).submit();
}
Please let me know wat can be the reason.
Thanks in advance..
cheers !!