ASP.NET AJAX Synchronous calls

ASP.NET AJAX Synchronous calls

am 18.04.2008 07:40:50 von ng01

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.

Re: ASP.NET AJAX Synchronous calls

am 18.04.2008 16:30:59 von NoSpamMgbworld

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
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
wrote in message
news:ad3f7573-38b4-4839-80c8-4c0ef90545d2@x41g2000hsb.google groups.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.

Re: ASP.NET AJAX Synchronous calls

am 18.04.2008 16:35:32 von NoSpamMgbworld

Just noticed the end tag to your post.

As examples, I would look at the ASP.NET examples at
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/

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:
http://www.eggheadcafe.com/articles/javascript_modal_dialog. asp

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

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
"Cowboy (Gregory A. Beamer)" wrote in
message news:OXh7TDWoIHA.2208@TK2MSFTNGP04.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
> http://gregorybeamer.spaces.live.com/lists/feed.rss
>
> or just read it:
> http://gregorybeamer.spaces.live.com/
>
> *************************************************
> | Think outside the box! |
> *************************************************
> wrote in message
> news:ad3f7573-38b4-4839-80c8-4c0ef90545d2@x41g2000hsb.google groups.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.
>
>