Problem:-
I am using custom
master page and installed the Nintex forms 2013 in my SharePoint 2013
environment.
When I click on
any New Item which contains the Nintex form getting below error.
The control collection cannot
be modified during DataBind, Init, Load, PreRender or Unload phases.
Solution
The resolution
steps are
Step 1:- Find the
below lines from header:
<SharePoint:AjaxDelta
id="DeltaSPWebPartManager" runat="server">
<WebPartPages:SPWebPartManager
runat="server"/>
</SharePoint:AjaxDelta>
Step 2:- Cut it
out...Go to the body part... find div with the id "s4-workspace"
and paste the code before this div like this:
<SharePoint:AjaxDelta
id="DeltaSPWebPartManager" runat="server">
<WebPartPages:SPWebPartManager
runat="server"/>
</SharePoint:AjaxDelta>
<div
id="s4-workspace">
[...]
|
No comments:
Post a Comment