They are simple because they support a great feature called adaptive rendering. What this means is depending on the target mobile device, the control will alter its output to ensure compatibility for formats such as WML, HTML, xHTML, cHTML etc That is why
they are so simple as to achieve this it must adopt the least common denominator across all formats.
xesteban
And, is it right to use only Web Controls inside Mobile Web Forms?
By doing that you are adding the web controls to a device specific filter which I assume is set to HTML. That means your filter and all its control would only be rendered on devices that support HTML, which can be a problem if someone with a WML handset
tries to browse the page as they will get a blank screen.
Member
1 Points
29 Posts
Mobile Web Controls vs. Web Controls
Nov 29, 2007 04:49 AM|xesteban|LINK
I am using VS2003 and I have realized that Mobile Web Controls are very basic and simple.
So I saw in a post the way to use Web Controls inside Mobile Web Forms. Since then, I often use Web Controls instead of Mobile Web Controls.
I put the Web Control inside a Mobile DeviceSpecific and put this DeviceSpecific inside a Mobile Panel.
Why the Mobile Controls are so simple? Does it happen the same in VS2005 or 2008?
And, is it right to use only Web Controls inside Mobile Web Forms?
Thanks.
All-Star
21707 Points
3558 Posts
Re: Mobile Web Controls vs. Web Controls
Nov 29, 2007 03:01 PM|jimmy q|LINK
They are simple because they support a great feature called adaptive rendering. What this means is depending on the target mobile device, the control will alter its output to ensure compatibility for formats such as WML, HTML, xHTML, cHTML etc That is why they are so simple as to achieve this it must adopt the least common denominator across all formats.
By doing that you are adding the web controls to a device specific filter which I assume is set to HTML. That means your filter and all its control would only be rendered on devices that support HTML, which can be a problem if someone with a WML handset tries to browse the page as they will get a blank screen.
Member
1 Points
29 Posts
Re: Mobile Web Controls vs. Web Controls
Dec 10, 2007 05:04 AM|xesteban|LINK
thanks.