Search results

  1. S

    Quick ASP script? Thanks?

    Hi, Add this directive to the top of the page in code behind Imports System.Net.Mail Imports System.IO Add this code to the Page_Load event of the page to send the mail Dim credential as System.Net.NetworkCredential("youre windows live mailid","yourpassword") Dim smtp as...
  2. S

    Quick ASP script? Thanks?

    Hi, Add this directive to the top of the page in code behind Imports System.Net.Mail Imports System.IO Add this code to the Page_Load event of the page to send the mail Dim credential as System.Net.NetworkCredential("youre windows live mailid","yourpassword") Dim smtp as...
  3. S

    Quick ASP script? Thanks?

    Hi, Add this directive to the top of the page in code behind Imports System.Net.Mail Imports System.IO Add this code to the Page_Load event of the page to send the mail Dim credential as System.Net.NetworkCredential("youre windows live mailid","yourpassword") Dim smtp as...
Back
Top