User1236922460 posted
Hi,
I need to create a wireless website. It will be accessed by only our field technicians. The device will be a Treo600/650 phones.
The PreferredRenderingMime on these is text/html.
Questions:
Should I create the site with the MobileControls or simply use the standard WebControls?
Pros and Cons?
User-95607119 posted
Try out same scenario on both WebControls and MobileControls. Different devices have different support for HTML rendering. Using mobile controls you can set page rendering options in your web.config file. Personally I prefer to always to use mobile controls
for mobile devices targeted pages.