Project #7

Introduction to WAP/WML

Objective: 

Create a wireless application using ASP and WML.  Understand the role of WAP during the development process.  Familiarize yourself with the various WML tags.

 

Tasks:

Step 1:  Install the Phone.com simulator (locate the executable file from the Instructor machine through the network neighboorhood).

Step2:  Create a user logon screen in WML that asks for a Username and Password. 

Step3:  Create a 'processing page' that validates the logon using the Users table you've setup in SQL 7.0

Step4: Create an Orders table that includes an OrderID field, Username field, Order Description, Quanty, Price, etc.

Step5: Based upon the User Logon, display the OrderID and Order Description data from the Orders table for the user that logged in.