Create a simple application
The remainder of this chapter explores some basic ASP. NET features for creating simple data-entry applications. In this section, we will speed up the process-the goal is to demonstrate the use of ASP. So you will skip the detailed instructions for the background run mechanism. The following chapters will explore these topics in depth.
Setting the scene
If a friend decides to hold a New Year's party, she asks us to create a website so that her invitees can respond electronically. She asked for the following key features:
A page to display information about the party and to attend the reply;
Verify the attendance reply, and the confirmation page will be displayed;
Lists the pages of the invitees ' reply.
The following subsections are based on the Partyinvites project, which was created in the beginning of this chapter, and are incrementally added.
"Getting Started with ASP 06" The first ASP. NET application (4)-Case description