Change MetaData in ASP.NET 2.0

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top