CGT 456 Hypermedia Authoring II
Lab 12
Mobile Forms
Instructions
This lab will give you experience with generating mobile forms using ASP.NET
Procedures
- Create a single aspx
- That aspx should have 5 mobile form tags
- form1
- Provide a listing of 4 baseball games being played today (use espn)
- Each listing should be a hyperlink to details about that game
- form2 - form5
- Provide the team names, record, game time, and location
- Provide a link back to the main form
- Start the new project as an "ASP.NET Mobile Web Application"
- You will need:
- <%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" %>
<%@ Register TagPrefix="Mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
- Remember that each mobile form tag starts with <Mobile:Form> and has an ID. You can use the <Mobile:Link> tag for navigation.
- Test your solution using the emulators in the lab.
- FYI: It is also possible to load the page in IE
Grading
Coding & Functionality |
-10 max |
|
|
Total |
10 pts possible |