I know I can access the head section of a page which uses a masterpage programmatically this way (in code behind):
This is only an example (I\'d like to ins
I haven't tried this. But you can put HEAD element inside html with the enclosed string in asp style markup.
e.g. <%=myTitle%>
<%=myTitle%>