get the URL

  • Thread starter Thread starter vinnie
  • Start date Start date
V

vinnie

I have made a small form to send the mail to the websmaster, but i
don;t know how to code this action:

if the mail was sent successfully, than go to the url www.xxxyyyzzz.com

Thanks
Vinnie
 
I assume you are working with an ASP.NET Web application. If so, then
Response.Redirect() is the method that you would most likely want to use. An
alternative is Server.Transfer.

http://www.developer.com/net/asp/article.php/3299641

You should post ASP.NET questions to the group:
microsoft.public.dotnet.framework.aspnet

-HTH
 
I assume you are working with an ASP.NET Web application. If so, then
Response.Redirect() is the method that you would most likely want to use. An
alternative is Server.Transfer.

http://www.developer.com/net/asp/article.php/3299641

You should post ASP.NET questions to the group:
microsoft.public.dotnet.framework.aspnet

-HTH

Hi, and thanks for your help.
you are right, i'm learning asp.net 2.0 and using C#, so i though this
was the right group.

Thanks again,
Vinnie
 

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

Similar Threads


Back
Top