Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Build Your Own ASP.NET 2.0 Web Site Using CSharp And VB (2006) [eng]-1.pdf
Скачиваний:
143
Добавлен:
16.08.2013
Размер:
15.69 Mб
Скачать

Chapter 14: Working with Files and Email

Figure 14.20. Receiving the newsletter

You should receive the “Email sent!” message once the email is sent. Check your email account for the new email message. The message should look like the one shown in Figure 14.20.

Summary

This chapter introduced you to some important topics and gave you the ability to read and write to files, access directory information, upload files from the client to the server, and send email messages in ASP.NET.

The topics we covered in this chapter will prove invaluable as you develop applications with ASP.NET. Although, strictly speaking, they’re not core features of ASP.NET, these tools enable you to implement many of the common requirements of ASP.NET applications. Stick ’em in your mental tool belt for now—I guarantee they won’t gather much dust!

610