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

sample codes with asp.net ajax Q1-2008

2 Answers 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Esperanza Ramos
Top achievements
Rank 1
Esperanza Ramos asked on 02 May 2008, 02:35 PM
Hi, All:

I just installed the RadControls Q1-2008 ajax. I upgraded to use the new Ajax RadControls.  I had used <rad:RadScriptManager ...>, but I can not find the equivalent of <asp:UpdatePanel>

Can you please give some code examples on new ajax RadControls and the equivalent of <asp:UpdatePanel>.

thanks.

Stanley

2 Answers, 1 is accepted

Sort by
0
Shaun Peet
Top achievements
Rank 2
answered on 04 May 2008, 02:57 AM
Hello Stanley,

I think you're looking for the RadAjaxPanel.  The online examples are here:


http://www.telerik.com/demos/aspnet/prometheus/Ajax/Examples/Panel/FirstLook/DefaultCS.aspx

Hope that helps,

Shaun.
0
Svetlina Anati
Telerik team
answered on 05 May 2008, 10:52 AM
Hello Stanley,

The control <asp:UpdatePanel> is a standard ASP.NET control, which becomes available when you download the AJAX Extensions. This being said, it is not a Telerik's control and it stays the same, no matter you upgrade your Telerik's RadControls suite. It is used for asynchronous update of parts of the page. When you use it, you should use triggers to determine the exact update setup.

Very similar to the standard UpdatePanel is the RadAjaxPanel but its usage is much easier and intuitive. You can find more information about it here and here. Working online demos are available on the link Shaun has provided.

Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Esperanza Ramos
Top achievements
Rank 1
Answers by
Shaun Peet
Top achievements
Rank 2
Svetlina Anati
Telerik team
Share this question
or