Search:

Type: Posts; User: WCScript; Keyword(s):

Search: Search took 0.00 seconds.

  1. Nevermind, I got the answer. It should be: ...

    Nevermind, I got the answer. It should be:


    Try
    Mail.Send()

    Response.Write("It worked, your form has been submitted by email!!!")

    Catch ex As Exception
    Response.Write("There...
  2. OK, that makes sense but I'm to stupid to know...

    OK, that makes sense but I'm to stupid to know how to fix it ... :(

    Would it be this then:


    Try
    Mail.Send()
    Mail = Nothing

    Catch ex As Exception
  3. TRY, IF, THEN error ... need help please ...

    Can someone help me with this please? I have a form on a .NET webserver using aspx pages with the vb code-behind pages. The form collects the entered data and then emails it, that part works fine.
    ...
Results 1 to 3 of 3