Click here to Skip to main content
15,913,836 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Checkbox question Pin
theJazzyBrain3-Feb-04 22:43
theJazzyBrain3-Feb-04 22:43 
GeneralBrowser Question - Newbe Pin
sweep1233-Feb-04 3:53
sweep1233-Feb-04 3:53 
GeneralRe: Browser Question - Newbe Pin
Not Active3-Feb-04 4:24
mentorNot Active3-Feb-04 4:24 
GeneralRe: Browser Question - Newbe Pin
sweep1233-Feb-04 5:16
sweep1233-Feb-04 5:16 
GeneralTransferring Control from ASP to ASP.NET and back Pin
Serge Lobko-Lobanovsky3-Feb-04 2:27
Serge Lobko-Lobanovsky3-Feb-04 2:27 
GeneralRe: Transferring Control from ASP to ASP.NET and back Pin
Not Active3-Feb-04 3:18
mentorNot Active3-Feb-04 3:18 
GeneralRe: Transferring Control from ASP to ASP.NET and back Pin
OMalleyW3-Feb-04 11:34
OMalleyW3-Feb-04 11:34 
GeneralRe: Transferring Control from ASP to ASP.NET and back Pin
Serge Lobko-Lobanovsky3-Feb-04 21:52
Serge Lobko-Lobanovsky3-Feb-04 21:52 
You see, we already have an elaborate system written in ASP, and now we need to expand its functionality beyound the level that can be achieved with pure ASP, e.g. on one page it sends an e-mail to a user, and this operation takes about 1 minute.
We decided that sending a message in a different thread is the solution we need.
Firstly we tried to create a .NET component that will handle this task, and to call it via COM, we followed the steps described in MSDN to use COM wrappers, but failed. Being pressed for time we had invent another solution, and the obvious thing that came to mind was to redirect from the ASP page to an ASPX page that will facilitate e-mail send, and bring control to another ASP page that is in the chain.
Now we have the following problem: control passes from ASP to ASPX, and there it stops. We used Response.Redirect in ASPX page, but it seems that it kills all threads that start in it, and Server.Transfer doesn't work as well. In the HTML output of the ASPX page we notice that it doesn't contain any HTML output that should be there.

Could you suggest something?

Regards,
Serge (Logic Software)
GeneralRe: Transferring Control from ASP to ASP.NET and back Pin
l a u r e n4-Feb-04 13:41
l a u r e n4-Feb-04 13:41 
GeneralRe: Transferring Control from ASP to ASP.NET and back Pin
Serge Lobko-Lobanovsky4-Feb-04 21:59
Serge Lobko-Lobanovsky4-Feb-04 21:59 
GeneralNeed example of IPersistStreamInit.Load into Webbrowser Pin
SantaF0x2-Feb-04 23:02
SantaF0x2-Feb-04 23:02 
GeneralCharacter Casing Pin
GetOn&GetGoing2-Feb-04 18:47
GetOn&GetGoing2-Feb-04 18:47 
GeneralRe: Character Casing Pin
AWHK3-Feb-04 1:34
AWHK3-Feb-04 1:34 
GeneralRe: Character Casing Pin
GetOn&GetGoing3-Feb-04 17:00
GetOn&GetGoing3-Feb-04 17:00 
GeneralAuthentication At Each Web Page Pin
GetOn&GetGoing2-Feb-04 18:45
GetOn&GetGoing2-Feb-04 18:45 
GeneralRe: Authentication At Each Web Page Pin
theJazzyBrain2-Feb-04 21:21
theJazzyBrain2-Feb-04 21:21 
GeneralRe: Authentication At Each Web Page Pin
GetOn&GetGoing2-Feb-04 21:26
GetOn&GetGoing2-Feb-04 21:26 
GeneralRe: Authentication At Each Web Page Pin
Not Active3-Feb-04 3:21
mentorNot Active3-Feb-04 3:21 
GeneralHide Field in Table if Null or Blank Pin
DEWright_CA2-Feb-04 15:07
DEWright_CA2-Feb-04 15:07 
GeneralWebService fails to load a DLL Pin
Chris Meech2-Feb-04 7:55
Chris Meech2-Feb-04 7:55 
GeneralRe: WebService fails to load a DLL (Solved) Pin
Chris Meech2-Feb-04 10:18
Chris Meech2-Feb-04 10:18 
GeneralIncreasing acronym popup time Pin
EnkelIk2-Feb-04 2:16
EnkelIk2-Feb-04 2:16 
GeneralRe: Increasing acronym popup time Pin
DFU232-Feb-04 6:46
DFU232-Feb-04 6:46 
GeneralRe: Increasing acronym popup time Pin
EnkelIk2-Feb-04 22:35
EnkelIk2-Feb-04 22:35 
GeneralRe: Increasing acronym popup time Pin
EnkelIk3-Feb-04 1:21
EnkelIk3-Feb-04 1:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.