I have a master page with three panes in it. One pane has a rad splitter bar. Randomly, the page that uses this master page stopped working, now I get the above error.
The radsplit bar code is:
<telerik:RadSplitBar ID="radSplitBar1" runat="server" EnableResize="true" CollapseMode="Both" BorderStyle="None" Visible="true" />
Any idea why this would happen?
This error happens in System.Web PostProcessFoundBuildResult and the error code is CS0117.
Any hep would be appreciated.
The radsplit bar code is:
<telerik:RadSplitBar ID="radSplitBar1" runat="server" EnableResize="true" CollapseMode="Both" BorderStyle="None" Visible="true" />
Any idea why this would happen?
This error happens in System.Web PostProcessFoundBuildResult and the error code is CS0117.
Any hep would be appreciated.