Thanks!
The HtmlForm is not the only thing I have added. When I started developing the system, which is a
Content Management System (sounds expensive, right? but actually for my own amusement

), I defined a series of fields which should be present on each page, such as Menu, Foot, Body, Head, Side etc. (The Body and Head here is not the HTML body or head).
When I had defined these I was able to make a user control (.ascx) for each of the page types I have got. On these pages the defined fields are present at the places where I want them. The HTML tags BODY, HEAD, HTML etc. can be defined here.
So what I actually got is an .ascx file for the page types in my system, and these are not too complicated all though the cover the entire page from the <HTML> tag to the </HTML> tag. They just hold about 8 fields which I fill up run-time.
Well, now I guess I have got experience with Events aswell. Nice to have forums and people willing to answer :)! Thanks!
Jacob.