473,379 Members | 1,330 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Mobile ASP.NET

I've come across numerous mobile phones with which ASP.NET pages can
be accessed on the Internet. Then why has Microsoft developed a
separate programming model to create ASP.NET apps for mobile devices
when regular ASP.NET pages can be accessed from mobile devices?

Ron

Oct 18 '07 #1
5 2321
On Wed, 17 Oct 2007 19:36:59 -0700, rn**@rediffmail.com wrote:
>I've come across numerous mobile phones with which ASP.NET pages can
be accessed on the Internet. Then why has Microsoft developed a
separate programming model to create ASP.NET apps for mobile devices
when regular ASP.NET pages can be accessed from mobile devices?

Ron
I believe you are referring to Mobile Web Forms, that can be added to
asp.net websites that target mobile devices

--
http://bytes.thinkersroom.com
Oct 18 '07 #2
On Oct 18, 4:52 am, "Rad [Visual C# MVP]" <r...@nospam.comwrote:
On Wed, 17 Oct 2007 19:36:59 -0700, r...@rediffmail.com wrote:
I've come across numerous mobile phones with which ASP.NET pages can
be accessed on the Internet. Then why has Microsoft developed a
separate programming model to create ASP.NET apps for mobile devices
when regular ASP.NET pages can be accessed from mobile devices?
Ron

I believe you are referring to Mobile Web Forms, that can be added to
asp.net websites that target mobile devices

--http://bytes.thinkersroom.com
Yes Rad I am referring to Mobile Web Forms only. When the conventional
Web Forms can be accessed from mobile devices (for e.g. mobile
phones), why has Microsoft developed a separate programming model to
create Mobile Web Forms when the usual Web Forms can be accessed from
mobile devices?

Thanks,

Ron

Oct 18 '07 #3
On Thu, 18 Oct 2007 04:09:57 -0700, rn**@rediffmail.com wrote:
>I believe you are referring to Mobile Web Forms, that can be added to
asp.net websites that target mobile devices

--http://bytes.thinkersroom.com

Yes Rad I am referring to Mobile Web Forms only. When the conventional
Web Forms can be accessed from mobile devices (for e.g. mobile
phones), why has Microsoft developed a separate programming model to
create Mobile Web Forms when the usual Web Forms can be accessed from
mobile devices?

Thanks,

Ron
True, some mobile devices such as PDAs can access normal web forms,
the same assumptions cannot be made for all mobile devices, like WAP
phones for instance.

These may not support web protocols, or web browsers to the extent of
being able to render faithful ASP.NET forms.

Mobile Web Forms I imagine are the "least common denominator"

--
http://bytes.thinkersroom.com
Oct 18 '07 #4

-----Original Message-----
From: Rad [Visual C# MVP] [mailto:ra*@nospam.com]
Posted At: Friday, 19 October 2007 1:42 AM
Posted To: microsoft.public.dotnet.framework.aspnet
Conversation: Mobile ASP.NET
Subject: Re: Mobile ASP.NET

On Thu, 18 Oct 2007 04:09:57 -0700, rn**@rediffmail.com wrote:
I believe you are referring to Mobile Web Forms, that can be added
to
asp.net websites that target mobile devices

--http://bytes.thinkersroom.com
Yes Rad I am referring to Mobile Web Forms only. When the
conventional
Web Forms can be accessed from mobile devices (for e.g. mobile
phones), why has Microsoft developed a separate programming model to
create Mobile Web Forms when the usual Web Forms can be accessed from
mobile devices?

Thanks,

Ron

True, some mobile devices such as PDAs can access normal web forms,
the same assumptions cannot be made for all mobile devices, like WAP
phones for instance.

These may not support web protocols, or web browsers to the extent of
being able to render faithful ASP.NET forms.

Mobile Web Forms I imagine are the "least common denominator"

--
http://bytes.thinkersroom.com
So how do you tell that a request has come from a mobile phone ?

A user can type any value into a url. They don't know if the website has
been setup for Mobile Web Forms.
Oct 18 '07 #5
On Fri, 19 Oct 2007 04:14:51 +1000, "Ian Semmel"
<an****@rocketcomp.com.auwrote:
>
So how do you tell that a request has come from a mobile phone ?

A user can type any value into a url. They don't know if the website has
been setup for Mobile Web Forms.

Targeting mobile devices is something that you have to design into
your solution from the very beginning.

Due to the constraints of screen size, supported controls, and so on,
a common strategy is to build two completely different sites so for
instance your main site would be www.mysite.com and then you have a
sub domain for your mobile devices , www.wap.mysite.com

For the www.wap.mysite.com you would then build an asp.net site
entirely with mobile web forms. However you can share much of the data
access logic.

If you wanted to you could force a mobile user who inadvertently
wanders to the main site back to the WAP, perhaps in the authenticate
request method.

What you do is query the Request.IsMobileDevice property and redirect
as appropriate
--
http://bytes.thinkersroom.com
Oct 19 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jose Gonzalez | last post by:
How to apply a numeric format to a textbox using xhtml? I know you have to use the "-wap-input-format" style tag in css. I can get this to work in a regular xhtml page, however, I've been...
0
by: Nick White [MSFT] | last post by:
Hello fellow Microsoft Windows Mobile and Embedded enthusiasts: I invite you to peruse the list below of upcoming technical chats and Webcasts offered by the Windows Mobile and Embedded Devices...
3
by: Sara | last post by:
HI, I want to code a program to detect GSM mobile (any kind) which connected through serial port to computer and then be able to send SMS through this mobile phone to other mobile phones, could...
0
by: Wiktor Zychla | last post by:
Hi there, I've just started to dig into mobile ASP.NET and I'd really wish to clarify few things. I have the experience with ASP.NET. 1) Some tutorials mention something called Microsoft...
1
by: Hongbo | last post by:
Hi, I have a mobile form: === <body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm"> <mobile:Form id=Form1 runat="server"> <mobile:label runat="server" id="lblT" /> </mobile:Form>...
1
by: =?Utf-8?B?QWxleCBNYWdoZW4=?= | last post by:
Hi. I have Mobile site that I'm building. My problem is that all of my pages are built as Mobile ASPX pages, but occasionally, I need to use controls which are not mobile. Most specifically, the...
0
by: =?Utf-8?B?Q2hhcmxlcw==?= | last post by:
Like many people, I normally use Yahoo! Mail via the web and like to keep all my emails stored on the Yahoo! server. However sometimes I can’t get access to a PC/the web and I download my emails...
1
by: Vangati | last post by:
Plusmo is Hiring! Plusmo's mission is to provide the ultimate mobile experience for users by bringing together advanced technologies and easy to use services for mobile phones. Plusmo's...
7
by: cj2 | last post by:
I saw a MS demo a few years back where they developed a web page and the software automatically rendered it for different devices. Is this what I'm looking for? http://www.asp.net/mobile/ ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.