S
samuelberthelot
Hi,
In one of my database's tables I have a Header and Footer field, which
content is used to create the header and footer of my Master page.
Part generated from Header field:
<html >
<head >
<title>Untitled Page</title>
</head>
<body>
That's the usual hardcoded content part of the Master Page:
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
and finally the part generated from the Footer field:
</body>
</html>
How can I build the header and footer of my Master page by reading the
content of my datasource ??
Thank you
In one of my database's tables I have a Header and Footer field, which
content is used to create the header and footer of my Master page.
Part generated from Header field:
<html >
<head >
<title>Untitled Page</title>
</head>
<body>
That's the usual hardcoded content part of the Master Page:
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
and finally the part generated from the Footer field:
</body>
</html>
How can I build the header and footer of my Master page by reading the
content of my datasource ??
Thank you