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
 
Back
Top