ASP.NET AJAX Synchronous calls

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ng01@gvn.com

    ASP.NET AJAX Synchronous calls

    In AjaxPro, if you leave out the Callback parameter, it becomes a
    synchronous call. Is it possible to perform a synchronous call with
    ASP.NET AJAX?

    Please limit responses to the question posed...let's leave the
    discussions of why not async, or what does the "A" mean for another
    thread.

    Thanks for any help and examples of how to do it.
  • Cowboy \(Gregory A. Beamer\)

    #2
    Re: ASP.NET AJAX Synchronous calls

    Not that I know of, but you can put up a modal control, if your reason is to
    stop the user from working with the page prior to the call being returned
    (or hide divs?).

    --
    Gregory A. Beamer
    MVP, MCP: +I, SE, SD, DBA

    Subscribe to my blog


    or just read it:


    *************** *************** *************** ****
    | Think outside the box!
    |
    *************** *************** *************** ****
    <ng01@gvn.comwr ote in message
    news:ad3f7573-38b4-4839-80c8-4c0ef90545d2@x4 1g2000hsb.googl egroups.com...
    In AjaxPro, if you leave out the Callback parameter, it becomes a
    synchronous call. Is it possible to perform a synchronous call with
    ASP.NET AJAX?
    >
    Please limit responses to the question posed...let's leave the
    discussions of why not async, or what does the "A" mean for another
    thread.
    >
    Thanks for any help and examples of how to do it.

    Comment

    • Cowboy \(Gregory A. Beamer\)

      #3
      Re: ASP.NET AJAX Synchronous calls

      Just noticed the end tag to your post.

      As examples, I would look at the ASP.NET examples at
      Build web apps and services that run on Windows, Linux, and macOS using C#, HTML, CSS, and JavaScript. Get started for free on Windows, Linux, or macOS.


      While the ModalPopup will not solve all of your needs, it can be "reverse
      engineered" to understand the mechanism. You can also look at modal
      JavaScript like:


      --
      Gregory A. Beamer
      MVP, MCP: +I, SE, SD, DBA

      Subscribe to my blog


      or just read it:


      *************** *************** *************** ****
      | Think outside the box!
      |
      *************** *************** *************** ****
      "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld @comcast.netNoS pamMwrote in
      message news:OXh7TDWoIH A.2208@TK2MSFTN GP04.phx.gbl...
      Not that I know of, but you can put up a modal control, if your reason is
      to stop the user from working with the page prior to the call being
      returned (or hide divs?).
      >
      --
      Gregory A. Beamer
      MVP, MCP: +I, SE, SD, DBA
      >
      Subscribe to my blog

      >
      or just read it:

      >
      *************** *************** *************** ****
      | Think outside the box! |
      *************** *************** *************** ****
      <ng01@gvn.comwr ote in message
      news:ad3f7573-38b4-4839-80c8-4c0ef90545d2@x4 1g2000hsb.googl egroups.com...
      >In AjaxPro, if you leave out the Callback parameter, it becomes a
      >synchronous call. Is it possible to perform a synchronous call with
      >ASP.NET AJAX?
      >>
      >Please limit responses to the question posed...let's leave the
      >discussions of why not async, or what does the "A" mean for another
      >thread.
      >>
      >Thanks for any help and examples of how to do it.
      >
      >

      Comment

      Working...