Hi Michael, I know sync calls aren't ideal but if i make the method call async then wont it allow the user to make multiple requests before the first one has completed? I don't want this
Secondly, i think i've solved the problem. One of the objects i was inserting into the SessionState(cookieless) wasn't marked as [Serializable] but i was unable to determine this as it was just throwing a javascript error. But by using cookie-based SessionState i was able to debug the script for core.ashx to see what was inside return.text at which point i saw it was a SessionState serialization error. Hope this solves your problem too Allex Regards Justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
