Guest mutant Posted May 6, 2003 Posted May 6, 2003 Maybe Im just blind and didnt find anything on it or I need to ask a question :) Does ASP.NET can do something like in PHP where you could just put an include statement and it would plug in html from other file right where you put it? Quote
*Gurus* Derek Stone Posted May 6, 2003 *Gurus* Posted May 6, 2003 The proper .NET way would be to create a web control that outputs the appropriate string to the browser, however you can still use simple server-side includes: <!--#INCLUDE FILE="file.ext" --> Quote Posting Guidelines
Guest mutant Posted May 6, 2003 Posted May 6, 2003 Ok thanks a lot, ill look into controls of that kind too. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.