Hi
When i move html blocks to a different area on the web page I sometimes get the following error. This does not happen all the time.
Is threre anything I can do to fix this?
Thanks
<span>
<PageBlockContainerData xmlns=''> was not expected.
</span> Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: <PageBlockContainerData xmlns=''> was not expected.
Source Error:
<table width="100%" bgcolor="#ffffcc">
<tbody>
<tr>
<td>
Line 626: int srcBlockId = int.Parse(parts[0]);
Line 627: int dstBlockId = int.Parse(parts[1]);
Line 628: MoveTo(srcBlockId, dstBlockId);
Line 629: break;
Line 630: }
</td>
</tr>
</tbody>
</table>
Source File: d:\domains\development.ie\wwwroot\Controls\Blocks\BlockContainer.ascx.cs Line: 628
Stack Trace:
|