M
Mark
I'm interested in displaying a dynamic page title, rather than the static
html <title>My Page</title>. In a previous posting, I had seen a suggestion
of making the title into a server control using syntax like:
<TITLE id="objTitle" runat="server" />
However, this works for a while, but VS.NET always eventually removes the
runat attribute, and my code bombs. One reason might be that it isn't
included in the <form> tag?? Can the form tag be moved to begin above the
header?? Any suggestions?
Thanks in advance.
Mark
html <title>My Page</title>. In a previous posting, I had seen a suggestion
of making the title into a server control using syntax like:
<TITLE id="objTitle" runat="server" />
However, this works for a while, but VS.NET always eventually removes the
runat attribute, and my code bombs. One reason might be that it isn't
included in the <form> tag?? Can the form tag be moved to begin above the
header?? Any suggestions?
Thanks in advance.
Mark