Hi Telerik Team,
Recently we have moved <asp:scriptmanager ......./> to master page of our web application and along with scriptmanager master page contains timer and update panel with asp:timer as below.
Most of the pages which are using radgrids are working fine.
But in some page it is showing the exception (please refer the attachment).
- I have already try the solution like <telerik:RadCodeBlock... > </telerik:RadCodeBlock> for scripts in my page. But no use.
- Another solution also i have used like move scripts to body from head.(Got while web search)
But i didn't resolved attached exception. Please help me.
Recently we have moved <asp:scriptmanager ......./> to master page of our web application and along with scriptmanager master page contains timer and update panel with asp:timer as below.
<asp:ScriptManager ID="Aspx_ScriptManager" runat="server" /> <asp:Timer ID="Test" OnTick="Test_Tick" Interval="6000" runat="server" /> <asp:UpdatePanel runat="server" ID="UpdatePanel" UpdateMode="Conditional"> <Triggers> <asp:AsyncPostBackTrigger ControlID="Test"/> </Triggers> <ContentTemplate> <asp:HiddenField ID="Test_Reminder" runat="server" /> <asp:HiddenField ID="Test_Reminder_Count" runat="server" /> </ContentTemplate> </asp:UpdatePanel>Most of the pages which are using radgrids are working fine.
But in some page it is showing the exception (please refer the attachment).
- I have already try the solution like <telerik:RadCodeBlock... > </telerik:RadCodeBlock> for scripts in my page. But no use.
- Another solution also i have used like move scripts to body from head.(Got while web search)
But i didn't resolved attached exception. Please help me.