how do u do this

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

i have a header.html file, and i want it to show up on every asp page that i
tell it to show up on. how do i get an asp page to read the header.html file
and display it, then do the script results? thanks
 
so include file does still work in .net? i thought it didn't and was removed
in .NET
 
i guess it does still work wow... people kept telling me its gone and doesnt
work now
 
You really should be looking at user controls instead of includes - user
controls are so much more powerful.
 
I have just started programming in ASP.net, im a VB.net programmer, and
slowly picking up what should and shouldnt be done :) thanks for the info
 
Back
Top