ASP.NET Ajax Synchronous call

J

Jason

Hello,

I am using ASP.NET Ajax on the web site I work on and I was just
wondering if anyone knows of a way to use the PageMethods to be
synchronous or to at lease be able to return a value instead of always
having to use the callback.

I can't think of any way to do it but I though maybe someone else may
know.

Thanks,

-Jason
 
B

bruce barker

not with the ajax toolkit. you could call XMLHttpRequest and loop on
readyState but you become compute bound.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top