I have an ASP.Net application that uses user controls extensively. I started having problems and was receiving the error stating that "CCS" does not exist. (CCS is the project name and is what I use in the JScirpt function call: "CCS.MsgControl.GetInformation(refreshinfo_callback);". I tried to use a trap on this call, but this is causing additional issues.
After digging deeper into this, I noticed that the only pages that were encountering this error were ones that were being accessed from a Server.Transfer command. If I change the code to issue a Response.Redirect, it works fine. Has anyone encountered this problem? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
