C
Cal Who
I'm using a master page.
For each context page I need to add a meta tag containing the title of that
page:
<meta name="title" content="This is the Title" />
Be nice if didn't have to insert the meta tag into each page since there is
many of them.
Since my <%@ Page line already has the title in it, it would be nice if I
could lift it using code in the master page and create the meta tag there.
Do you know how that can be done.
hanks
For each context page I need to add a meta tag containing the title of that
page:
<meta name="title" content="This is the Title" />
Be nice if didn't have to insert the meta tag into each page since there is
many of them.
Since my <%@ Page line already has the title in it, it would be nice if I
could lift it using code in the master page and create the meta tag there.
Do you know how that can be done.
hanks