User392885252 posted
1) im having doubt on what devices actually the .net mobile is based on. Are all the Symbian phone support asp.net mobile control , if i have developed a mobile web using .net, can i use it on all Symbian phones? 2)How about PDA ? Do aLL version of Pocket PC
compatible with .net ? 3)How about smartphone ? Is most of the available smartphone in the market supports .net ? Thanks in advance
User-95607119 posted
ASP.NET detects at first place the device you are using. Device detection is based on machine.conf parameters. When device is unknown then ASP.NET uses default options to generate output. If you expect PDA-s, Smartphones or other phones that have HTML support,
then you can use HTML32 as default output format. But if you expect usual mobile phones then you should use wml11 as output format. Otherwise users with older or WML-only devices cannot visit your site.