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

How to update page title after ajax postback with RadAjaxManager?

1 Answer 114 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Jan Mucha
Top achievements
Rank 1
Jan Mucha asked on 07 Jan 2010, 01:44 PM
I change page title in Page_Load.
How to update page title (Window title) after ajax postback with  RadAjaxManager?

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 07 Jan 2010, 03:49 PM
Hello Jan,

To achieve your goal, you need to output a Javascript function that would get a reference to the RadWindow object (you can use the GetRadWindow() function shown in the documentation) and then call its set_title() method. 

More information on RadWindow's client-side API is available here:
http://www.telerik.com/help/aspnet-ajax/windowoverview.html (Programming section->Client-Side)

I hope this helps.

Best wishes,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Ajax
Asked by
Jan Mucha
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or