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 advance
I'm using windows2000 and sqlserver2000 ..
Is any software to be installed to start/ work with mobile appication
archu
Member
3 Points
93 Posts
steps to use mobile application in asp.net2.0
Oct 16, 2007 01:21 AM|archu136|LINK
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 advance
I'm using windows2000 and sqlserver2000 ..
Is any software to be installed to start/ work with mobile appication
archu
Member
3 Points
93 Posts
Re: steps to use mobile application in asp.net2.0
Oct 16, 2007 04:19 AM|archu136|LINK
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 know
or any other tools to be downloaded to use mobile applications
thank u
archu
Member
3 Points
93 Posts
Re: steps to use mobile application in asp.net2.0
Oct 19, 2007 02:18 AM|archu136|LINK
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