|
Answer» .NET mobile controls features:
- Build web pages for many types of mobile devices instead of targeting SPECIFIC ones.
- Allow creation of user controls with events
- Offer same features as ASP.NET Pages and server controls along with support to work with multiple devices.
- Allow customizing the output for a specific DEVICE by adding a new adapter for the CONTROL.
- Can create new controls which can use inheritance or COMPOSITION.
- Allow adding support for an entirely new device by USING adapter extensibility with no changes to individual applications.
.NET mobile controls features:
|