Home All Groups Group Topic Archive Search About
Author
9 Jun 2005 10:11 PM
Luis Esteban Valencia Muñoz
I want to add HTML to a page inside the body tag without affecting what .net
1.1 is rendering as normal.

Specifically, I want to automatically add a standard header to every page
which would be read in from a file. I looked at using the
application_beginrequest in the global.asax but think I might be barking up
the wrong tree.

Is this easy to achieve in VB?

Author
9 Jun 2005 10:19 PM
darrel
> Is this easy to achieve in VB?

Use a web control for the header?

-Darrel
Are all your drivers up to date? click for free checkup

Author
9 Jun 2005 10:40 PM
Brock Allen
You should be looking into UserControls. They are best suited in ASP.NET
1.1 for factoring out common blocks of HTML that are to be shared across
all pages.

-Brock
DevelopMentor
http://staff.develop.com/ballen



Show quoteHide quote
> I want to add HTML to a page inside the body tag without affecting
> what .net 1.1 is rendering as normal.
>
> Specifically, I want to automatically add a standard header to every
> page which would be read in from a file. I looked at using the
> application_beginrequest in the global.asax but think I might be
> barking up the wrong tree.
>
> Is this easy to achieve in VB?
>

Bookmark and Share