This is a migrated thread and some comments may be shown as answers.

runtime error

1 Answer 37 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
rtech
Top achievements
Rank 1
rtech asked on 12 Sep 2011, 03:58 PM
Hi ,
when i add ajaxmanager to my page , i get runtime error , this is my code :



<telerik:RadAjaxManager ID="RadAjaxManagerProxy1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="Button12">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="Panel12" />
            </UpdatedControls>
        </telerik:AjaxSetting>       
    </AjaxSettings>
</telerik:RadAjaxManager>

<asp:Button ID="Button12" runat="server" Text="Button" />
<asp:Panel ID="Panel12" runat="server" Height="95px">
    <asp:Image ID="Image12" runat="server" ImageUrl="/_layouts/images/vistarayan.cps/amessage.png" />
</asp:Panel>

when i delete ajaxmanager everything is fine !
i use telerik 2011.2.712.35 .
what is the problem ?

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 15 Sep 2011, 08:30 AM
Hi Rtech,

Could you please elaborate a bit more on the described issue. What is the message and the stack trace of the received runtime error? Additionally could you please verify that you do not have another RadAjaxManager on the page or in the MasterPage file if you use master pages?

Looking forward for your reply.

Regards,
Radoslav
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal
Tags
Ajax
Asked by
rtech
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or