Newbie question about old include stmts

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

We want all our new .NET projects to use the same headers
and footers, with the application specific HTML/ASP
controls in between. In ASP we did this with #include at
the top and bottom. What is the best way to do this
in .NET? I have considered Import, but did not think it
worked with HTML stuff on the same page. Also considered
placeholders, but this means everyone has to add the
placeholder controls to their page. The other idea was
possibly inheriting the page from a previously created
page instead of directly from System...Page.
Any ideas?

Thanks
 

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