User1281392227 posted
I want to build several web pages for a Windows CE PDA (.NET2003/CE4.1/5.0). Now that I know my target device and I do not want to support things like WAP, what is the best way to start?
If I start with the typical mobile web project, VS creates a mobile form for me and complains if I try to use things like CSS. So should i just start with a standard web site for the PDA? Or is there a middle approach to still have access to the functionality
provided by the System.Web.Mobile namespace and use all the stuff the PDA browser is capable of like CSS and javascript?
Can someone point me here into the right direction?