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

AjaxRequest / Update Page Title

3 Answers 47 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 04 Oct 2010, 02:52 PM
Dea Telerik-Team

After a client ajax request via Javascript I want to ajaxfied the title of the page (this.Page.Title), I set the new title but after the ajax request the title isn't to the new string/name.

Any idea how I can implemented this?

The UpdatePageHead property is set to true.

Kind regards
Christian

3 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 07 Oct 2010, 09:44 AM
Hi Uwe,

Please find attached a sample application which covers the required functionality. Test it locally and let me know if this helps.

Kind regards,

Maria Ilieva
the Telerik team

 

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Christian
Top achievements
Rank 1
answered on 07 Oct 2010, 10:29 AM
Dear Maria,

I check your example. Unfortunately it doesn't match my requested behavior. I don't have a timer I have an ajax request initialize by a button. After this request I want to ajaxfied also the title bar because I update the title. My problem is I don't know what’s the ajaxfied controllid the page title has.

Thanks in advanced.
Christian

0
Accepted
Maria Ilieva
Telerik team
answered on 13 Oct 2010, 11:05 AM
Hi Uwe,

Unfortunately adding the title bar into the RadAjaxManager settings is not possible. You could add only controls added under the form tag of the application. You could use the provided application but use the button as Ajax initiator and its OnButtonClick event for updating the label and the page title.


Greetings,
Maria Ilieva
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
Christian
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Christian
Top achievements
Rank 1
Share this question
or