ASP.NET Logo Back to WebMatrix Home

 
ASP.NET Mobile Development
Create a new Mobile page
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.

  1. Open Microsoft ASP.NET Web Matrix.  You will see the New File dialog box appear.
  2. Select Mobile Pages from the Templates pane.
  3. Select the Simple Mobile Page template.
  4. Type a file path in the Location box.
  5. Type myFirstMobilePage.aspx in the Filename box.
  6. Select Visual Basic in the Language drop-down box.
  7. Click OK. The myFirstMobilePage.aspx file will open in Design view. 

    New File Dialog

Next Step >>