Page.Server.Transfer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I am trying to do a Page.Server.Transfer on a web control and am getting
this error, "Error executing child request for SecureRegistration.aspx."

Any suggestions.

Thanks in Advance
 
MMA said:
Hi All,

I am trying to do a Page.Server.Transfer on a web control and am getting
this error, "Error executing child request for SecureRegistration.aspx."

Any suggestions.

Thanks in Advance

A transfer on a web control? What does that mean? It sounds like you are
trying to do something that has no meaning at all...

What is it that you try to accomplish?
 
You will probably have more luck at:
microsoft.public.dotnet.framework.aspnet

and I agree, you need to expound on your issue. Its not clear from the
original message.
 
Didn't think that this was such an isolated case but all I am trying to
achieve is transfer control to aspx page 'B' from a control hosted on aspx
page 'A'.

I attempted to use Server.Transfer but it was throwing an aborted thread
exception, and having the catch block to ignore the exception still did not
get the desired page loaded. But after some trial and error seems like
Response.Redirect
works and even though the same exception is being thrown.

Wonder if its a settings issue. Hmmm
 

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