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

How to implement Ajax History

1 Answer 138 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Ricky
Top achievements
Rank 1
Ricky asked on 16 Jan 2008, 08:04 AM
Hi,
I would like to implement a Message management module, which is similar to GMail. After one clicks the message title, the message list part (a .ascx) will be replaced with content (.ascx) with Ajax. If one continue to click the "Go back" button, it will return go the message list.

In a words, could I leverage Telerik Ajax itself  to implement Ajax History or inetegrate ASP.NET Ajax History (http://www.asp.net/downloads/3.5-extensions/) with Rad Ajax to achieve the history functionality.

Thanks,
Ricky.

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 16 Jan 2008, 03:41 PM
Hi Ricky,

As RadAjax Prometheus is based on the ASP.NET AJAX Framework, it also natively supports the ASP.NET AJAX History functionality. However, currently ASP.NET AJAX history works only for UpdatePanels with UpdateMode=Always so you will need to switch the default Conditional mode on the server-side AjaxSettingsCreated event for the internal update panels used by RadAjax. We have attached a sample application as well.


Regards,
Manuel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Ricky
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or