Redirect to a previous page

  • Thread starter Thread starter gj
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top