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

Update Control In Rad Ajax Manager

1 Answer 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Atchut
Top achievements
Rank 1
Atchut asked on 25 Jul 2012, 02:58 PM
Hello,

Below is my Code. I am triggering lblerrormessage from Code behind, if there is any error. If not I am not showing that and redirecting the page.

It is throwing me Ajax error, if there is no error in page while redirecting. I think it is looking to update lblerrormessage everytime. What I have to do ?

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" UpdatePanelsRenderMode="Inline">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="btnReject1">
                <UpdatedControls>
                   <telerik:AjaxUpdatedControl ControlID="lblErrorMessage" />
                                   
                </UpdatedControls>
            </telerik:AjaxSetting>
         </AjaxSettings>
       </telerik:RadAjaxManager>

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 30 Jul 2012, 09:14 AM
Hi Atchut,

The information that you provided is not enough to reproduce your issue. What kind of redirection you are using? Can you confirm that you are using Response.Redirect method or RadAjaxManager.Redirect method? Also, could you send code that we can use to reproduce the problem and also an image of the error?

Regards,
Kostadin
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
Grid
Asked by
Atchut
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or