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

Full Postback Trigger

1 Answer 320 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
jfkrueger
Top achievements
Rank 1
jfkrueger asked on 20 Nov 2008, 08:58 PM
Is there a way to specify a control to do a full postback when it is wrapped in an AJAX Panel? With the asp.net version you can just assign a trigger in the <triggers> node of the update panel. Is there an equivalent?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 21 Nov 2008, 07:20 AM
Hello Joe,

I recommend you examine the following help article:
Exclude controls from ajaxifying

You can also try another approach on Page_Load:
ScriptManager.GetCurrent(Page).RegisterPostBackControl(yourControl); 

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
jfkrueger
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or