1.

What Are .net Mobile Controls Features?

Answer»

.NET mobile controls features:

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

.NET mobile controls features:



Discussion

No Comment Found