Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6672119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:28:14+00:00 2026-05-26T03:28:14+00:00

I have already built my web pages using jQueryMobile and ASP.NET MVC framework. Now,

  • 0

I have already built my web pages using jQueryMobile and ASP.NET MVC framework. Now, I need to publish it to the app store using PhoneGap. I read somewhere that PhoneGap only supports HTML, CSS and JavaScript. Does that mean it will not accept my ASP.NET pages?

UPDATE 1:

If I am using plain HTML pages and invoking web services using jQuery $.ajax function then how would I make sure that the head section of the page is loaded once. I mean when using HTML only pages how can I create master pages architecture?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T03:28:15+00:00Added an answer on May 26, 2026 at 3:28 am

    Your .asp pages will have to be hosted remotely from the app. You can however make AJAX calls out to the .asp pages from your app. to retrieve data from your server (same-domain policies do not apply in this situation so you can make AJAX calls to any domain you would like). Like on most desktop computers, mobile devices will not be able to parse .asp scripts as there is no interpreter for the language running on the device.

    An Example:

    $('#homepage_id').bind('pagecreate', function () {
        $.get('http://path.to.server/and/file.asp', function (data) {
            $('#homepage_id').find('[data-role="content"]').html(data);
        });
    });
    

    Note: the example above would require outputting valid HTML markup from the script running on your server however it is better most of the time to output JSON from the server and parse it into valid HTML markup within your JavaScript code.

    UPDATE 1:

    I would include all the necessary JavaScript functionality in the application’s index page and use callback functions for your AJAX calls to “enhance” the code being gathered from your web service.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My company has a web application built in ASP.NET and they have asked me
I want to create an ASP.NET web site. I have not been using ASP.NET
I've built an ASP.net web application which allows the users to view and make
I have an asp.net mvc project, and I replaced the default css the wizard
I have an asp.net web page with a simple search text box that returns
I have a website/web app built with jquery mobile that I am trying to
I have a small web app. Seven pages, 3.6 KB index.html and 855.5 KB
I have already built a site from scratch. It has banning, PM, comments, etc.
I have an already built application and I want to add a feature that
The basics have already been answered here . But is there a pre-built PHP

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.