Does MVCScriptManager from CodePlex work with ViewUserControls?
- by RonnBlack
I tried the MVCScriptManager from CodePlex and it seems to work well until you try to use it in conjunction with a ViewUserControl.
When it is used in this type of scenario it gives the following error.
A ScriptManager with RenderMode set to
Master is not present. Such
ScriptManager must precede one with
RenderMode set to Slave.
There is a ScriptManager with render mode set to "Master" in the header of the Site.Master page but it appears that the partial views are rendered first.
Is there any way to work around this problem?