Latest Answer: Using AddHandler method ...
How do you make changes to a standard letter template using Microsoft Visual Basic programming skills
Latest Answer: by usingsystem.web.mail namespace,here is procedure:Dim mails1 As New MailMessage mails1.From = "from address"mails1.To = "to address"mails1.Subject = "subject"mails1.Body = " message "SmtpMail.SmtpServer = "smtp.net4india.com"SmtpMail.Send(mails1) ...
Can staroffice be conneted in ADO.Net? If so how?What is the difference between data adapter and data reader?Expalin
can any one tell me how to start?plz
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top