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

[Solved] Page load is calling repeatedly

3 Answers 96 Views
Grid
This is a migrated thread and some comments may be shown as answers.
naveen veda
Top achievements
Rank 1
naveen veda asked on 18 May 2009, 10:54 AM
hi,

i am using  RadControls for ASP.NET AJAX: Grid
if i inculde the following code  in my page design
<
telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
                <AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="RadGrid1">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="RadGrid1" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                </AjaxSettings>
            </telerik:RadAjaxManager>

page load event is repeatedly called.

it doesnt show the page at all.

what is wrong in my code.

thanks,

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 18 May 2009, 03:01 PM
Hi Naveen,

I followed your scenario in order to replicate the issue but to no avail.
Please find attached a simple runnable application that demonstrates the needed approach. Give it a try and see if it works for you.

I hope this helps.

Regards,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
naveen veda
Top achievements
Rank 1
answered on 20 May 2009, 05:52 AM
hi,

still i am getting the same ieeue,

i have used

 

<asp:ScriptManager ID="ScriptManager1" runat="server" />

 


tag,

instead of

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">

 

 

</telerik:RadScriptManager>

 

 tag...

if i put the above tag it will refresh repeatedly.

how to solve this...pls help me its urgent..


thanks,
0
Pavlina
Telerik team
answered on 22 May 2009, 03:58 PM
Hello Naveen,

Please note that all page event handlers are executed on each AjaxRequest, the same way as on regular postback.
For more information about RadScriptManager, refer to the following article:
RadScriptManager

Additionally, if you continue to experience difficulties, I will ask you to open a formal support ticket and send us a simple working project with reproduced this erroneous behavior.Thus I could do all my best to help you in resolving it.

Best wishes,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
naveen veda
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
naveen veda
Top achievements
Rank 1
Share this question
or