Include files

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

We have an existing pile of include files (20+) that are used on SEVERAL
applications. They are all static HTML. User Controls would work well if
it they were for only one application, but they're used across several
applications some of which are NOT .NET applications.

Can I still use include files in a .NET application?

Thanks in advance.

Mark
 
Yes you can still use include files.
You might consider upgrading these HTML snippets into Web Custom Controls,
which are more easily used across projects than user controls.
 
Back
Top