Posted by :  Anwar Hossain
Category  :  Mail sending in asp.net c#

Send mail with multiple selections in ASP.Net C #.


Dear viewers I will show how to create feedback from with Check box List in ASP.Net C #. Sometimes we need to create mail with multiple selections options in this situation we can use Check box List to choose multiple selected item. In this tutorial I have given complete code for sending mail using Check box List in ASP.Net C Sharp.

Send mail with multiple selections in ASP.Net C #

See Details
Posted by :  Anwar Hossain
Category  :  Mail sending in asp.net c#

Feedback form with Yes or No Option in ASP.Net C#


Dear viewers I will show how to create feedback from with radio button in ASP.Net C #. Sometimes we need to create yes or no option at the time of creating feedback from in ASP.Net C # .in this situation we can use RadioButtonList. In this tutorial I have given complete code for sending mail using RadioButtonList in ASP.Net C Sharp.

Feedback form with Yes or  No Option in ASP.Net C#

See Details
Posted by :  Anwar Hossain
Category  :  Mail sending in asp.net c#

Send mail with attachment file in ASP.Net C #


Dear viewers I will show how to create feedback from with attachment file in ASP.Net C #. Sometimes we need to create feedback from need to send message with file in this case we can use FileUpload control and need to  write extra code for file attachment. In this tutorial I have given complete code for sending mail with attachment in ASP.Net.

Feedback form with Attachment in ASP.Net C#

See Details
Posted by :  Anwar Hossain
Category  :  Mail sending in asp.net c#

Send mail using Gmail account in ASP.Net C#.


Dear viewer’s I will show how to create feedback from in ASP.Net C # for Gmail account. For sending mail using Gmail account we need to ensure to add Gmail host name that means smtp.gmail.com and we need to use port that means port 587 .Beside other necessary namespace need to be imported usual

Send mail using Gmail account in ASP.Net C#

See Details
Posted by :  Anwar Hossain
Category  :  Mail sending in asp.net c#

Feedback form example in ASP.Net C#


Dear viewer’s I will show how to create simple feedback from in ASP.Net C #. For implementing Email sending we have to need to import System.Net.Mail namespace in our page codebehind part .Now we will use two classes one is MailMessage and another is SmtpClient. MailMessage class is used for adding content of the mail such as name,subjct,email, and body content. SmtpClient is used for sending mail using through SMTP server.

Feedback form example in ASP.Net C#

See Details



Recent Article Headline

Article Category

Recent Article Category