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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web DLL application redirecting to .asp page

Status
Not open for further replies.

SugarBinky

Programmer
Dec 15, 2000
3
US
Created a web based DLL application which gathers information, enters it into the database. What I need
it to do is after the submit is clicked, and everything completes it needs to redirect to an asp page I have
created. Any suggestions would be appreciated.
 
Hi,

If you have an object that contains the scriptingcontext in your dll then you have all the properties / methods of the asp.dll so you can do a response.redirect.

Kev
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top