I wish to create Title and meta description tags from table fields.
E.G.
I inserted this in the Title tag
<title><%=(Contacts.Fields.Item("FirstName").Value)%></title> as a test.
I thought the FirstName in the list would show but source code shows only
<title><%=(Contacts.Fields.Item("FirstName").Value)%></title>
Is there a way I can show a database field(s) in the Title and Description meta tag fields.
Thank you
John