Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
14 Points
67 Posts
Sep 03, 2009 03:20 PM|LINK
I tried clean build and
redirectPath = @"yourPath";
Response.Redirect(redirectPath);
the problem still persists.
I have noticed this time that the problem does not reproduce in FireFox.
The problem exists in IE, Safari and Google Chrome.
My page does have Form validation using Jquery validate() and asp.net validations. I am not sure if this could cause such headache.
I am very confused...
jeanclaudeT
Member
14 Points
67 Posts
Re: Response.Redirect to http page returns The page cannot be found
Sep 03, 2009 03:20 PM|LINK
I tried clean build and
redirectPath = @"yourPath";
Response.Redirect(redirectPath);
the problem still persists.
I have noticed this time that the problem does not reproduce in FireFox.
The problem exists in IE, Safari and Google Chrome.
My page does have Form validation using Jquery validate() and asp.net validations. I am not sure if this could cause such headache.
I am very confused...