Application Developer's GuideĀ 

This section provides information for developing Microsoft ASP.NET Web applications that use mobile Web pages (mobile Web Forms pages). The topics in this section help you learn about how to work with ASP.NET mobile controls, about how to determine the software configuration that you need to develop mobile controls, and about the desktop simulators that are available for developing and testing mobile controls.

This guide provides a reference section that describes each control and the properties and events you can use with the control to customize software for specific devices.

In This Section

  • Developing ASP.NET Mobile Web Pages
    Provides guidelines for creating Web applications with mobile Web pages: the life cycle of an ASP.NET mobile control, error reporting, control and element reference, and accessing data.
  • Understanding State Management
    Discusses the differences between state management for ASP.NET Web server controls and for ASP.NET mobile controls. This section also describes controlling sessions and views.
  • Styles
    Provides guidelines for designing ASP.NET mobile Web pages.
  • Mobile Device Capabilities
    Describes the querying capabilities unique to wireless devices and the device capabilities features relevant to ASP.NET mobile controls.

See Also

Other Resources

Creating ASP.NET Mobile Web Pages