Mobile Web Forms

Author
Discussion

mikey_p

Original Poster:

1,273 posts

227 months

Saturday 10th March 2007
quotequote all
Mornin' all

I need to develop a mobile web form for a Pocket PC that gets specific data from a SQL Server DB using an ID. All this is pretty simple for a normal web form, and there are tonnes of books out there for it. However I can't get hold of any textbooks specifically for Mobile web forms, and information on the web seems to be slightly limited.

Do any of you know of any central resources on the Internet that talks about Mobile Web Form development? I have looked around the usual such as DevBuzz, but there is a distinct lack of information. I know all the basics as I have coded web forms using ASP.NET and C# but I just need something that explains the differences between coding web forms, and coding Mobile web forms.

Originally I was supposed to be coding a Windows Form for Windows Mobile, but due to time constraints am having to create a web form instead.

Cheers
Mike

shocker-z

554 posts

231 months

Saturday 10th March 2007
quotequote all
Pocket PCs browse normal webpages nothing different in the coding.. everything should* work just as on normal IE on a PC. It's only WML that is different but thats just for mobile phones.

The PDA keeps the webpage in proportion to the resolution.

Liam