get the URL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vinnie

    #1

    get the URL

    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

  • Smithers

    #2
    Re: get the URL

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



    You should post ASP.NET questions to the group:
    microsoft.publi c.dotnet.framew ork.aspnet

    -HTH



    "vinnie" <centro.gamma@g mail.comwrote in message
    news:1191709811 .915679.123260@ k79g2000hse.goo glegroups.com.. .
    >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
    >

    Comment

    • vinnie

      #3
      Re: get the URL

      On Oct 6, 6:51 pm, "Smithers" <A...@B.comwrot e:
      I assume you are working with an ASP.NET Web application. If so, then
      Response.Redire ct() is the method that you would most likely want to use. An
      alternative is Server.Transfer .
      >

      >
      You should post ASP.NET questions to the group:
      microsoft.publi c.dotnet.framew ork.aspnet
      >
      -HTH
      >
      "vinnie" <centro.ga...@g mail.comwrote in message
      >
      news:1191709811 .915679.123260@ k79g2000hse.goo glegroups.com.. .
      >
      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 urlwww.xxxyyyzz z.com
      >
      Thanks
      Vinnie
      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

      Comment

      Working...