Hi all I made a custom page and added it to a MOSS 2007 site. the custom page has an update panel and some ajax controls when I'm logged in as an administrator with full control permissions, the page works fine. but if another user with even Full control permission logs in and browse the page, an error appears:
The control with ID 'UpdatePanel2' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
where UpdatePanel2 id the id of the update panel in the page, and the strange thing is that the master page of the site has a script manager addded to it.
so what can be the reason of this ? thanks