does anybody knows how to add attributes to the <body> tag from aweb user control?
Give the body tag an id="SomeId", and a runat="server" attribute. Incodebehind:
Protected SomeID as HTMLGenericControlSomeID.Attributes.Add("name","value)