Published on Sun, 21 Aug 2005 17:58:56 -0400 Read: 415 times
The Microsoft .NET Compact Framework is the smart device development framework for Microsoft .NET, bringing the world of managed code to devices. The .NET Compact Framework greatly simplifies the process of creating and deploying applications to mobile and embedded devices while also taking full advantage of the capabilities of the device.... Read Article.
Published on Sun, 21 Aug 2005 17:58:14 -0400 Read: 253 times
If you have a link of the format #form1 in a control contained in a user control, the ResolveFormReference method looks for a form with the value of the id property set to form1 in... Read Article.
Published on Sun, 21 Aug 2005 17:58:14 -0400 Read: 238 times
Summary: Learn how to create .NET Compact Framework-based games. Learn the key requirements for writing games targeting small devices and see that the .NET Compact Framework can handle them with ease. Include advanced performance-tuning techniques that you can use to push the limits of your game.(24 printed pages)... Read Article.
Published on Sun, 21 Aug 2005 17:58:14 -0400 Read: 288 times
Get technical insight on the implementation of Mobile Web Server architecture. Understand use cases, the web server framework and future developments in the architecture.... Read Article.
Published on Sun, 21 Aug 2005 17:55:45 -0400 Read: 264 times
ASP.NET mobile controls enable developers to target a wide range of mobile devices, including Web-enabled cell phones, pagers, and personal digital assistants (PDAs) such as the Pocket PC. ASP.NET provides the same rich Web application model for mobile devices as it does for ASP.NET applications that target desktop browsers. This section of the ASP.NET... Read Article.
Published on Sun, 21 Aug 2005 17:55:45 -0400 Read: 218 times
As a developer, you want to be able to take advantage of the available feature sets. Use this section to learn the basic controls to get you started. Next, learn about design concepts for mobile devices.... Read Article.
Published on Sun, 21 Aug 2005 17:54:30 -0400 Read: 241 times
: Windows Mobile 5.0 offers many new APIs. Although these new APIs are spread across a number of different services, they are all focused on the common goal of improving developer productivity.... Read Article.
Published on Sun, 21 Aug 2005 17:54:21 -0400 Read: 244 times
This section of the documentation introduces you to designing forms and ASP.NET mobile Web Forms pages using ASP.NET mobile controls. The mobile controls are built on and extend the technology of the Microsoft .NET Framework.... Read Article.
Published on Sun, 21 Aug 2005 17:54:21 -0400 Read: 198 times
This application developer's guide is your tool for developing compelling Microsoft ASP.NET mobile Web applications. Use it to create applications that access your bank account or favorite e-store, or even to play games. This guide provides the building blocks to help you find out how to install the ASP.NET mobile controls, determine the software configuration... Read Article.
Published on Sun, 21 Aug 2005 17:53:10 -0400 Read: 225 times
This ASP.NET Mobile Controls QuickStart is a series of samples and supporting commentary designed to quickly acquaint you with the ASP.NET mobile controls.This ASP.NET Mobile Controls QuickStart is a series of samples and supporting commentary designed to quickly acquaint you with the ASP.NET mobile controls. The QuickStart samples are designed to be... Read Article.
Published on Sun, 21 Aug 2005 17:52:33 -0400 Read: 249 times
One type of programmer-defined control provided by the ASP.NET mobile controls is the mobile user control. Mobile user controls inherit from the base class MobileUserControl in the namespace System.Web.UI.MobileControls. These controls are stored in files with an .ascx extension.... Read Article.
Published on Sun, 21 Aug 2005 17:52:32 -0400 Read: 168 times
Compare the Microsoft Mobile Internet Toolkit to XSLT (Extensible Stylesheet Language Transformation) to create mobile Web applications. (8 printed pages This document compares the Microsoftreg; Mobile Internet Toolkit to XSLT (Extensible Stylesheet Language Transformation) to create mobile Web applications.... Read Article.
Published on Sun, 21 Aug 2005 17:46:49 -0400 Read: 197 times
: Start getting ready for the next generation of Windows Mobile-based devices. Read about Windows Mobile 5.0's new tools, APIs, and technologies for both native and managed application developers. Then order/download the tools you need to start building Windows Mobile 5.0 applications today.... Read Article.
Published on Sun, 21 Aug 2005 17:45:47 -0400 Read: 258 times
Creates a text-based control that displays output-only text on a mobile device. The text of a label can be specified either by using the Text attribute, or as the content of the Label element. If the Text attribute is specified in both ways, the inner text always takes precedence. If, however, the Text attribute is programmatically set, the... Read Article.
Published on Sun, 21 Aug 2005 17:44:38 -0400 Read: 205 times
Sets or returns the value of the control that you are validating, which must be greater than or equal to the value of this property. The default value is an empty string (... Read Article.
Published on Sun, 21 Aug 2005 17:44:38 -0400 Read: 232 times
This is the base class for all mobile ASP.NET pages. As such, the MobilePage control provides the outermost layer of all the containers in an ASP.NET mobile Web application.... Read Article.