views:

42

answers:

2

Hi All,

I am creating ASP.net mobile application i am targeting all the mobile devices Is this possible with the single application or not because some phones will support wml, HTML, CHTML or XML scripting languages. How can target all the devices with the single application & can i change the DeviceSpecific Filter option dynamically or not. If i change that dynamically is it reflect in the application?

Thanks

+1  A: 

I don´t recommend using mobile controls. It is a old (and dead) technology. You could use MVC, but you will work hard in each rendering.

fravelgue
A: 

Hi fravelgue, I already started developing this application in Asp.net mobile controls help me on this regard in asp.net mobile controls how can we do that.

By using MVC which controls we use for developing a mobile application.

Thanks,

Mobile controls are from 2003, and his rendering is not good in actual devices. Por example, you can not use CSS.
fravelgue