sending email using .Net Classes - TechRepublic
General discussion
December 28, 2003 at 02:12 AM
ongbling

sending email using .Net Classes

by ongbling . Updated 22 years, 6 months ago

hi,Realli need help from expert out here..I have the following code which retrieve email address from the text box and send the repective attachment to the email address from the textbox..:<%@ Page Language="C#" %>
<%@ Import Namespace="System.Web.Mail" %>

i like to ask wat is the correct syntax if i want to retrieve the email address from the dropdownlist instead of typing on the textbox….what is the correct syntax to use instead of using txtto.text….

Thanks and Regards

This discussion is locked

All Comments