G
gj
Hi,
In my program I select a task on page A and click "Submit", redirect
to page B, select an option from the drop down list and click "Find",
redirect to page C, view a page that has data and click "Close",
redirect back to page A. All the redirects work except the last one
from page C to A.
The code is:
Response.Redirect("TaskToPerform.aspx");
I get the error "The resource cannot be found." I doubled checked and
the page is spelled correct. Can I not go back to a prior page?
Thanks
In my program I select a task on page A and click "Submit", redirect
to page B, select an option from the drop down list and click "Find",
redirect to page C, view a page that has data and click "Close",
redirect back to page A. All the redirects work except the last one
from page C to A.
The code is:
Response.Redirect("TaskToPerform.aspx");
I get the error "The resource cannot be found." I doubled checked and
the page is spelled correct. Can I not go back to a prior page?
Thanks