G
Gabriel
Hello,
I found several sample on the internet but impossible to change the
metadata, the title ok, the title and metadata are in MAsterPage.
in the page.aspx
I have this :
<head runat="server">
<title>Mysite</title>
</head>
In the Page_Load, I do this :
Master.Page.Header.Title = "New title"; OK
but this not work
Master.Page.Header.Metadata.Add("Description", "New Description");
Any idea ?
Thanks,
I found several sample on the internet but impossible to change the
metadata, the title ok, the title and metadata are in MAsterPage.
in the page.aspx
I have this :
<head runat="server">
<title>Mysite</title>
</head>
In the Page_Load, I do this :
Master.Page.Header.Title = "New title"; OK
but this not work
Master.Page.Header.Metadata.Add("Description", "New Description");
Any idea ?
Thanks,