I have a page with lots of AJAX.Net methods that I need to register on another page. Rather than making copies of those methods in both pages, I tried to add an ajax reference to "Page1" in "Page2". Since asp.net 2.0 uses a new compilation model, Page1 type is not visible in Page2 codebehind. What is everyone else doing to overcome this obstacle? Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
