Hi, I've d/l the source code for AjaxPro ( thanks for making it available Michael ) and modified it to provide a 'multi.ashx' script file which contains the definitions for all the types registered using Utility.RegisterTypeForAjax rather than an individual .ashx for each type registered.
Putting all of my ajax methods into a single class is not really practical in this instance as I need access to the definitions of all my objects. The only reason for me doing this is that my solution has 22 classes which I use in an Ajax Pro scenario and the 22 GETs to the server were really slowing it down. If anyone is interested please let me know and I'll send the source. Gary --~--~---------~--~----~------------~-------~--~----~ 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/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ The open source project is now located at http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxPro -~----------~----~----~----~------~----~------~--~---
