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 4544412
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T15:40:03+00:00 2026-05-21T15:40:03+00:00

I’ve a custom SharePoint application page in which I’ve different user controls (or can

  • 0

I’ve a custom SharePoint application page in which I’ve different user controls (or can even call as web parts) loaded.

Each control/web part pulls data from different data sources and renders the data. So when the page is requested all the controls get loaded sequentially with the data and taking more time to be delivered to the client.

What I need is iGoogle style of loading where the page gets delivered immediately and the different parts of the page (weather, sports news, stock details etc) load asynchronously (and in parallel) and pull the data.

We all know that Asp.Net Ajax cannot serve multiple asynchronous requests simultaneously. So I thought of the following options –

  1. User SharePoint Client Object Model to get data
  2. Using JQuery create ajax requests to the OOTB SharePoint services and get the data.
  3. Using JQuery create ajax requests a custom SharePoint web service and get the data you want

But here are the drawbacks of SP Client Object above –

  1. Client Object model works only with SP 2010
  2. Pulling data from another site is not possible
  3. Will work only within SharePoint pages

The idea of JQuery/SP Services is working only with IE. I’m not able to get it work with Firefox. I guess it should be an authentication issue. Also, cross-site scripting is not possible with JQuery/SP Services. I’m not aware of any other vulnerabilities/issues with this method.

Any insights on these?

  • 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-21T15:40:04+00:00Added an answer on May 21, 2026 at 3:40 pm

    A few options here.

    1. Use iframes to load your islands of content. The processing of the page inside of each iframe will occur on different threads on the server, and you can store the pages on the server where the data comes from (no cross domain issues). The browser itself will only process two downloads at a time from the same domain (including your iframes). The loading of your iframes may compete with other downloads (css/js/images). You can host the iframes on different domains, or write some logic in javascript to delay the loading of your iframes until after the other page assets have been downloaded (set the src of the iframe later).
    2. Use Silverlight as a shim for cross domain access. If you can put a clientaccesspolicy.xml file on the servers you are accessing, you can use Silverlight to retrieve your data cross domain and manipulate the DOM when the results come back.
    3. Use JQuery and JSONP to retrieve your data cross domain. You may need to write custom web services installed on your SharePoint boxes to return the data in this fashion.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

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.