Answered by:
steps to use mobile application in asp.net2.0

Question
-
User-2050545975 posted
hi ,frds i'm new to mobile applcations in asp.net ..
can any one tell the stps to be followed to
use mobile applicaiton in asp.net2.0 how to use
and where to use and its advantages and disadvantages.
thanks in advanceI'm using windows2000 and sqlserver2000 ..
Is any software to be installed to start/ work with mobile appication
archu
Tuesday, October 16, 2007 1:21 AM
Answers
-
User-2050545975 posted
hi
Please download the OpenWave Phone simulator to test your Mobile enabled asp.net pages.Instead testing your pages
on phone itself,you can use the OpenWave Simulator on your PC.Simply we call its a mobile browser running on PC.
Keep asp.net files on separate folder and give asp.net permission and other file access persmission.
As you are avid user,Please try your coding skill on plain notepad file
Write this code
<%@ Page language="C#" Inherits="System.Web.UI.MobileControls.MobilePage" %>
<%@ Register TagPrefix="Mobile" Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile" %>
<mobile:Form id=Form1 runat="server">
<mobile:Label id=Test Runat="Server">Hello, archu386</mobile:Label>
</mobile:Form>
and save them as .aspx into the folder.
Open the OpenWave Simulator
and type URL
http://servername/foldername/filename.aspx you can check my site on OpenWave http://www.murugesan.in
u can view Output in this
http://www.murugesan.in/Mobile.gif
I hope it would be helpful
Happy Coding !
Is any other way to do then plz let me knowor any other tools to be downloaded to use mobile applications
thank uarchu
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, October 16, 2007 4:19 AM
All replies
-
User-2050545975 posted
hi
Please download the OpenWave Phone simulator to test your Mobile enabled asp.net pages.Instead testing your pages
on phone itself,you can use the OpenWave Simulator on your PC.Simply we call its a mobile browser running on PC.
Keep asp.net files on separate folder and give asp.net permission and other file access persmission.
As you are avid user,Please try your coding skill on plain notepad file
Write this code
<%@ Page language="C#" Inherits="System.Web.UI.MobileControls.MobilePage" %>
<%@ Register TagPrefix="Mobile" Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile" %>
<mobile:Form id=Form1 runat="server">
<mobile:Label id=Test Runat="Server">Hello, archu386</mobile:Label>
</mobile:Form>
and save them as .aspx into the folder.
Open the OpenWave Simulator
and type URL
http://servername/foldername/filename.aspx you can check my site on OpenWave http://www.murugesan.in
u can view Output in this
http://www.murugesan.in/Mobile.gif
I hope it would be helpful
Happy Coding !
Is any other way to do then plz let me knowor any other tools to be downloaded to use mobile applications
thank uarchu
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, October 16, 2007 4:19 AM -
User-2050545975 posted
hi frds
check out this url
its a tutorial for mobile applications
hope this will be helpfull who are starting mobile applications
http://samples.gotdotnet.com/MobileQuickStart/
if any other samples then plz let me know
thanks and regards
Archu
Friday, October 19, 2007 2:18 AM