162
Programming Languages for mis
who@abc.com
some@bcd.net
swang@umassd.edu
Flat text file is the simplest form of data set. However, processing a flat text file
could be tedious. Flat text files are fine for simple record keeping (e.g., retaining logs),
but are poor for searching or updating. To deal with a relational database directly from
ASP.NET, one must apply a database connection, as discussed later in this section.
6.2.8 Accessory Features
In this subsection, we introduce several other useful features of ASP.NET.
6.2.8.1 Sending E- mail Message ASP.NET supports email sending in a simple way.
Listing6.14 provides a template of an ASP.NET program that allows the user to type an
e- mail receiver’s address and send a message. Note that Listing ...