D
David
Hi
using C#, .NET 1.1
I want to ensure a particular control is in a certain place in the page...
For example, in the head section, I want to ensure that a literal control of
a certain name is built into the page. This is so that I can add meta
information without having to rely on the content managers to insert it.
How can I ensure that the control is there? Something like...
Page.FindControl("head").FindControl("MetaLiteral") ???
Thanks.
--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
using C#, .NET 1.1
I want to ensure a particular control is in a certain place in the page...
For example, in the head section, I want to ensure that a literal control of
a certain name is built into the page. This is so that I can add meta
information without having to rely on the content managers to insert it.
How can I ensure that the control is there? Something like...
Page.FindControl("head").FindControl("MetaLiteral") ???
Thanks.
--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available