N
needin4mation
Hi, I have a metatag description like
(this is in my masterpage)
<meta name="description" id="MyMETADesc"....
but this *inline* code fails:
(this is in a contentpage based upon the master)
<script runat=server>
protected void Page_Load(object sender, EventArgs e)
{
MyMETADesc.Attributes("content")="Test";
}
</script>
I get can't find MyMETADesc.
This is all inline with master and content, and I don't know how to
reference the metatag's ID. Can anyone help? Thank you.
(this is in my masterpage)
<meta name="description" id="MyMETADesc"....
but this *inline* code fails:
(this is in a contentpage based upon the master)
<script runat=server>
protected void Page_Load(object sender, EventArgs e)
{
MyMETADesc.Attributes("content")="Test";
}
</script>
I get can't find MyMETADesc.
This is all inline with master and content, and I don't know how to
reference the metatag's ID. Can anyone help? Thank you.