locked
ASP.NET Web Mobile Application RRS feed

  • Question

  • User-79179983 posted

    Hi,

    I'm doing railway reservation system using ASP.NET ,C#.There is two parts , one is reserve the trains using web another one using mobile.I would like to use Web Mobile page.Here how can i run and view the result? which mobile tool kit i have to use?

    any one can you give such details and if you have mobile tool kit ,please give the name i need to download.

     

    Thanking you.

    Shangar

    Wednesday, September 20, 2006 3:29 AM

All replies

  • User1338102688 posted
    you can run this kind of pages in your browser but its better if you do this: download _v70_Simulator.exe that is a mobile phone ... if your project works with this then your page will work for sure in all the mobile platforms, then right click your mobile web form (i mean your .aspx page), and in the option "Browse with..." in the appearing dialog box click tha "add", and add Openwave.exe application. that's it.
    Thursday, September 21, 2006 12:06 PM
  • User678822407 posted

    Hi:

    I 'm using Visual Studio 2005 and I would like to make a Mobile ASP.NET project. However, when I start a new project, I only find a "Desktop ASP.NET" project template. How I start a mobile ASP.NET Web Form? Do I have to install the Mobile Internet Toolkit? According the documentation, this last should be installed only for Windows Mobile 5 support.

     

    Thanks;

    Gus

    Thursday, September 21, 2006 2:21 PM
  • User1338102688 posted

    ok ok. i supose, in your VS .net 2005 when you start a new project, you can see the "Device application" template .... but this is only for local applications (i mean installed in your mobile device), if you want a mobile web project ... a ASP .net web site will be fine (file->new->web site->ASP.net Web site)

    in this kind of project you can add a mobile web forms .... that's it!

    Friday, September 22, 2006 12:13 PM