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
Related Sections
See Also
Concepts
Extending Functionality with Inheritance
Writing Your Own Mobile Web Controls