This is my first time to try out Telerik Report.
I created a Telerik MVC 3 Web Application project in VS 2010. Dropped Telerik Report control onto the About page content area. added the http handler to the web.config file. When I hit the about page, I got this error.
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.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
Is this supposed to work?
thanks,
content area code:
<asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server">
<h2>About</h2>
<p>
Put content here.
<telerik:ReportViewer ID="ReportViewer1" runat="server">
</telerik:ReportViewer>
</p>
</asp:Content>
I created a Telerik MVC 3 Web Application project in VS 2010. Dropped Telerik Report control onto the About page content area. added the http handler to the web.config file. When I hit the about page, I got this error.
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.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
Is this supposed to work?
thanks,
content area code:
<asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server">
<h2>About</h2>
<p>
Put content here.
<telerik:ReportViewer ID="ReportViewer1" runat="server">
</telerik:ReportViewer>
</p>
</asp:Content>