Continually Improving.... let us know how support@devdiamond.net Sign in | Sign up
home articles news blog forum  

 
 


 
Skip Navigation Links
Problem sending mail using SmtpClient as localhost , 4/16/2006 ,
Dear All, I have written a vb.net program 2 send email to a yahoo.com (receiveaccount@yahoo.com) account using another account (sendaccount@mycompany.com) and i hav written the following code 4 it: Dim filename As String = "C:\testMail.txt" Dim myMail = New MailMessage("sendaccount@mycompany.com", "receiveaccount@yahoo.com") Dim myAttach = New Attachment(filename) Dim client As New SmtpClient client.Host = "localhost" Dim basicAuthenticationInfo

Assigning Database information to Variables , 2/5/2004 ,
I am a very new noob at asp.net programming. In fact, I am new to programming. I have muddled my way through a few datagrids and things are working well. I now want to read one row from my database, and then assign those columns to some variables so I can manipulate them. Everything I find only shows how to assign database info to datagrids and datatables. I can post some code to help explain further if required. Thanks for any help or information you can toss my way.