| You can use Mobile pages to create
programmable Web pages that serve as the user interface for your mobile
application. A Mobile page presents information to the user on
devices such as mobile phones and PDAs and implements application logic
using server-side code.
This walkthrough requires the ASP.NET Mobile Internet Toolkit (MMIT)
1.0. If necessary, download and install MMIT from
www.asp.net.
In this walkthrough, you will create a new Mobile page.
- Open Microsoft ASP.NET Web Matrix. You will see the New
File dialog box appear.
- Select Mobile Pages from the Templates pane.
- Select the Simple Mobile Page template.
- Type a file path in the Location box.
- Type myFirstMobilePage.aspx in the Filename box.
- Select Visual Basic in the Language drop-down box.
- Click OK. The myFirstMobilePage.aspx file will open in
Design view.
Next Step >> |