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
You can do this by using content regions in the head, in exactly the same way as you would in the body of the page. eg, In your masterpage:
head
body
And then in the page itself just something like: