Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.NET AJAX Synchronous calls

Reply
Thread Tools

ASP.NET AJAX Synchronous calls

 
 
ng01@gvn.com
Guest
Posts: n/a
 
      04-18-2008
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.
 
Reply With Quote
 
 
 
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      04-18-2008
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-...
> 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.



 
Reply With Quote
 
 
 
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      04-18-2008
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/...dal_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:...
> 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-...
>> 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.

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Difference between synchronous (proactor pattern) and synchronous model in web server Rickert C++ 0 10-06-2011 04:54 AM
ASP.NET Ajax Synchronous call Jason ASP .Net 1 04-24-2007 08:21 PM
Synchronous form field validation with Atlas/AJAX against a databa =?Utf-8?B?QUVDTF9ERVY=?= ASP .Net 2 08-11-2006 12:23 PM
Synchronous Form Field Validation with AJAX/Atlas? =?Utf-8?B?QUVDTF9ERVY=?= ASP .Net 1 08-08-2006 08:43 PM
Simulating synchronous calls in javascript Chris Javascript 1 02-05-2005 11:48 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57