Hi.
In help documentation you wrote that we should not use several script managers and even ajax managers on the same page.
Lets consider an example:
I have a main page with script manager, ajax manager and radwindow.
So I'm opening in the main page radwindow with page A inside it.
Page A also complex - it contains many controls, ajax manager, script manager etc.
Basically, radwindow is an iframe, so all elements from main page and page A are located "at the same page" - in one DOM object.
So in such situation we have several ajax and script managers in the same page.
How to omit this?
What would you recommend to do in such situation?
/Thank you!
In help documentation you wrote that we should not use several script managers and even ajax managers on the same page.
Lets consider an example:
I have a main page with script manager, ajax manager and radwindow.
So I'm opening in the main page radwindow with page A inside it.
Page A also complex - it contains many controls, ajax manager, script manager etc.
Basically, radwindow is an iframe, so all elements from main page and page A are located "at the same page" - in one DOM object.
So in such situation we have several ajax and script managers in the same page.
How to omit this?
What would you recommend to do in such situation?
/Thank you!