Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirect from module

Status
Not open for further replies.

JasonNevin

Programmer
May 26, 2005
29
GB
Is it possible to redirect to an aspx page from a module? If so which namespace do I need to import to use response.redirect or server.transfer?
 
You should really just redirect after the module has been called...


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
I have a VB module with a sub that I'm using to handle errors. I want it redirect to a standard error page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top