Why are you not putting all the AjaxMethod in one separate class (not a page class)? If you have a look at the example at http://www.codeplex.com/ you see the AjaxMethods.cs which will only host the static methods.
Regards, Michael On 6/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED] wrote: > > Why don't you try make a Page Class with the shared methods and make > > your pages inherits this class??? > > > > This way you can share your methods easily. > > > > I don't know if this technique works with AjaxPro but it works with any > > other methods or functions in .Net > > Yes, I know that would work with any other method in .Net. That's > exactly what I would do for normal functionality, but I've had problems > making AJAXMethods work in this manner. Is this what everyone else is > doing with common AJAX methods? > > > > > -- Best regards | Schöne Grüße Michael Microsoft MVP - Most Valuable Professional Microsoft MCAD - Certified Application Developer http://weblogs.asp.net/mschwarz/ http://www.schwarz-interactive.de/ mailto:[EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
