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...