adding html to body

  • Thread starter Thread starter Luis Esteban Valencia Muñoz
  • Start date Start date
L

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?
 
Is this easy to achieve in VB?

Use a web control for the header?

-Darrel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top