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

  • SEARCH
  • Home
  • 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 441383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T20:58:02+00:00 2026-05-12T20:58:02+00:00

We have a simple ASP.Net WCF Ajax enabled web service which is called via

  • 0

We have a simple ASP.Net WCF Ajax enabled web service which is called via the generated JavaScript proxy. The service does a Database Stored Procedure call to return an integer count of records. When the call is invoked from the client (IE8 on Windows 7) and the DB call takes while, I cannot call any other JavaScript functions. For example one of the dropdown has a onchange event which does not fire until after the web service call completes

Have I mis-configured my WCF service and inadvertently, made it a synchronous call? or is my assumption that WCF Ajax calls are ansync wrong?

Sample Code

var count = MyNameSpace.MyService.GetCount(param1, onComplete); 

function onComplete(result){
    $get('countLabel').text = result;
}

MyNameSpace.MyService is the automagically generated proxy
  • 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-12T20:58:02+00:00Added an answer on May 12, 2026 at 8:58 pm

    The answer is no, they are not. The call should go out async and you should receive notification of completion or failure through the callbacks. So something seems severely wrong if you’re having this problem.

    The only thing to note is that older browsers do have a two connection limit when communicating with a single domain, so if you make multiple simultaneous calls, the third+ calls will not be issued until one of the previous two finishes. These connections are shared with other resources the browser might be retrieving such as images and stylesheets. In IE8+, Chrome and Mozilla the number of connections has been upped to eight I believe.

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

Sidebar

Related Questions

I have a pretty simple client-server ASP.NET app; communication is via WCF service. All
I have a simple ASP.NET web app which uses a WCF Client to talk
I have an ajax form in asp.net mvc which is as simple as this:
A simple question. I have an ASP.NET web application which contains several assemblies and
I have a simple ASP.NET site making a call to a WCF service. The
I have a pretty simple ASP.NET Web Form that looks a bit like the
We have a very simple ASP.NET web application comprising mostly static content and a
I created a simple ASP.NET MVC version 1.0 application. I have a ProductController which
I have a simple web app built in asp.net webforms c# where and how
I created a simple AJAX-enabled WCF service based on the MSDN tutorial [ServiceContract(Namespace =

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.