G
Guest
Is it possible to access the page's document properties in code? I am specifically looking for an easy way to insure that the margins of the body are always a fixed size. I can do this by registering a script block that contains an inline style definition, but this seems like a complete hack. There are also tons of great document properties that I would like to be able to set from C# code in the page_load event. If I use the properties panel from the designer, most of these get rendered into the <body> tag. It would be great if I could control this rather than relying on programmers to set these properties manually in each page
Thanks in advance
Mat
Thanks in advance
Mat