PDA

View Full Version : Sending E-mail with ASP.NET in Expression Web



tkv
11-01-2008, 04:17 PM
ASP.NET E-mail Contact Form (Part 1)
http://www.jimcobooks.com/tutorials/emailform1/images/contactform.jpg

This is part 1 of a 2 part tutorial on creating an ASP.NET contact form that sends e-mail.

In the first part of this tutorial, you'll learn how to create the user-interface portion of the form and add ASP.NET validation so that the fields are required and valid.

The second part of the tutorial covers the server-side C# code that sends the e-mail. Downloadable examples in both VB and C# are also available.

Click here to view tutorial (http://www.jimcobooks.com/tutorials/emailform1/default.htm)

Or

http://tinhcaukhongten.com/forum/flash/asp/Part1.flv

tkv
11-01-2008, 05:02 PM
http://www.jimcobooks.com/tutorials/emailform2/images/contactform.jpg

This is part 2 of a 2 part tutorial on creating an ASP.NET contact form that sends e-mail.
In this part of the tutorial, we cover all of the code that is used to send the e-mail when the form is submitted. The tutorial is presented using C# code, but you can download both the C# example and the VB example below.

Click here to view tutorial (http://www.jimcobooks.com/tutorials/emailform2/default.htm)

tkv
11-01-2008, 05:14 PM
http://www.jimcobooks.com/tutorials/emailconfirm/images/emailconfirm.jpg

This tutorial builds upon our previous tutorials on email forms using ASP.NET and shows you how to display a confirmation message using ASP.NET MultiView and View controls.

Click here to view tutorial (http://www.jimcobooks.com/tutorials/emailconfirm/media/ConfirmMsg.html)