Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
This Infragistics control requires a ScriptManager object on the page in order to operate correctly
posted

Hi

I am using .NET 3.5 SP1 and IG V8.

When I place WebDialogue on user control and run the page I am getting this error.

My applicaiton is having a master page with Tab control.

Inside Tab control I placed the usercontrol with Wbdialogue.

 

I have tried keeping ScriptManager on Master as well as in usercontrol but of no help.

Can any one advise me on this?

Parents
No Data
Reply
  • 24497
    Suggested Answer
    posted

    Hi,

    I suggest you to test by removing user control with WebDialogWindow from application and drop on master page ScriptManager and WebDialogWindow and check if it will run. If not, then replace WebDialogWindow by any other control which requires ScriptManager. For example, UpdatePanel. You probably will get same error.

    If it happens, then your project is probably not configured for AJAX. In case of WebSite, it is mostly defined by content of web.config.

    You may create a temporary WebSite within VisualStudio2008 and compare its content with content of your project. It should contain various sections with references to Extensions, scripting, etc. If web.config in your old project is different, then it is better to move all logic from your project into correct AJAX enabled one.

Children
No Data