Appendix F. Microsoft Mobile Internet Toolkit

In the following sections, I detail the syntax of the controls in the Mobile Device toolkit. (I am showing only the most commonly used properties and methods of each class. For more information on the use of these controls, see Chapter 16,“Mobile Device Development with ASP.NET.”)

To use the Mobile Device toolkit, you must have the following lines of code at the top of each page you create:

01 <%@ Page Inherits="System.Mobile.UI.MobilePage" Language="vb" %> 
02 <%@ Register TagPrefix="mobile" Namespace="System.Mobile.UI" %> 

The first line makes the web page being created inherit from the MobilePage ...

Get Inside ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.