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

RadPage Title property problem

3 Answers 47 Views
Navigation
This is a migrated thread and some comments may be shown as answers.
Alexey
Top achievements
Rank 2
Alexey asked on 20 Nov 2008, 10:14 AM
Hi,

Is RadPage Title property used to set Web Page title? If it is so than i have a problem. It doesn't effect to web page title =)

Thanks,
Alexey Zakharov.

3 Answers, 1 is accepted

Sort by
0
Bobi
Telerik team
answered on 21 Nov 2008, 09:28 AM
Hello Alexey,

For now RadPage Title property is not connected with Web Page title.It is used only as page separate property for additional identification. But in future we have plans to make this property affect to web page title.


Regards,
Boryana

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Alexey
Top achievements
Rank 2
answered on 22 Nov 2008, 08:40 AM
Hi Boryana,

But in your silverlight controls demo you change title without page refresh. So you do it with silvelright, don't you? Can we also change page meta information in similar way?

Thanks,
Alexey.
0
Alexey
Top achievements
Rank 2
answered on 24 Nov 2008, 06:30 AM
I've found solution by myself.

var document = HtmlPage.Document;
document.SetProperty("title","my title here");
Tags
Navigation
Asked by
Alexey
Top achievements
Rank 2
Answers by
Bobi
Telerik team
Alexey
Top achievements
Rank 2
Share this question
or