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.
 

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