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

RadAjaxloadingpanel

1 Answer 46 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Rathan
Top achievements
Rank 1
Rathan asked on 23 Aug 2012, 01:02 PM

Hi,

I have placed RadAjaxLoadingPanel1 in two forms .the senario is when i  click on the save button it will redirect to second page with querystring parameters.its saving the data and showing the loadingpanel while saving .But after saving when it redirect to other page it showing the error .please find the attached  error screen shot and code .please let me know.
thank you.

<telerik:RadAjaxManager ID="RadAjaxManager2" runat="server">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="btnPrintCard">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="updatepanel1" LoadingPanelID="RadAjaxLoadingPanel1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManager>
        <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Hay">
        </telerik:RadAjaxLoadingPanel>

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 24 Aug 2012, 12:13 PM
Hello,

Could you please try to wrap your JavaScript code (no matter whether it is in the head section or not) in RadCodeBlock as depicted in the following article?
http://www.telerik.com/help/aspnet-ajax/ajax-radscriptblock-radcodeblock.html

Greetings,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
Rathan
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or