Skip to Content

ASP Basics

Listings

|< <

7-a: Setting Up Your Forms
( Added: Mon Jun 13 2005   Hits: 60)

I'm sure that many of you reading this have already dealt with forms before. This section is intended as a refresher course to make sure we are all on the same page when we get into processing the forms in the next section.

Report Link Rate It Review It Send To Friend!

7-b: Request.Form: Getting the Info
( Added: Mon Jun 13 2005   Hits: 57)

Now that you have had your refresher course on form elements, we'll jump into the ASP way of processing those forms. While we discussed the different form elements in the last section, we didn't discuss how to define the form itself. To define a form on your page you will need to use the
and
tags. Within the
tag you will want to be sure to add these items:

Report Link Rate It Review It Send To Friend!

7-c: Sending Out Some Email
( Added: Mon Jun 13 2005   Hits: 61)

There are literally billions of emails flying around the globe almost every day. Because of this ever increasing reliance on email, ASP has the ability to generate email on the fly. This is a very useful tool especially for automated responses to subscription submissions, information requests and e-commerce applications.

Report Link Rate It Review It Send To Friend!

|< <