It's a VS.Net thing. Some of the properties map to the Page class, such as
Culture, Trace and codePage. Others are simply values the editor places in
your HTML, and aren't ASP.Net related, such as a the bgColor, title and
link.
Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/
http://openmymind.net/redirector.aspx?documentId=51 - Learn about AJAX!
"Joergen Bech @ post1.tele.dk>" <jbech<NOSPAMNOSPAM> wrote in message
news:...
>
> Whenever no controls are selected in the VS.Net 2003 webforms
> designer, the Properties box defaults to "DOCUMENT", which allows
> me to set properties such as bgColor, bgProperties, bottomMargin,
> clientTarget, errorPage, targetSchema, etc.
>
> I have searched various assemblies with .Net Reflector for such
> a class, but to no avail.
>
> Does anyone have an idea where this DOCUMENT class resides
> in the framework? Somewhere, something must send an object to
> the propertygrid causing it to display those exact properties?
>
> /Joergen Bech
>
>
>