Creating New Controls for ASP.NET Mobile Pages

Like ASP.NET Web pages, ASP.NET mobile controls offer you flexible methods for extending the set of mobile controls. The techniques for creating programmer-defined mobile controls in ASP.NET are a specialization of those used in ASP.NET Web server controls. Like ASP.NET Web pages, mobile controls enable you to develop customized controls in a variety of ways, including:

  • Creating user controls

  • Extending controls through inheritance

  • Creating composite controls

  • Writing custom controls

In This Section

See Also

Concepts

User Controls

Extending Functionality with Inheritance

Composite Controls

Writing Your Own Mobile Web Controls

Other Resources

Creating Custom Mobile Controls

ASP.NET Web Server Controls