|
|
| Server Side Includes [+] Favor-It | |
| |
 |
| | Sort By:
|
Using SSI is very useful when you have a common functions or subs that is used on many pages of your application, for example, the right menu here is called... Author: Yasir Osama Code: ASP 3.0 & VBScript |
An article that delves into the world of the #include statement. It discusses what includes do, performance issues, potential hazards, and discusses why you can't do dynamic includes. Author: 4GuysFromRolla Code: ASP 2.0 & VBScript |
Learn about Server Side Includes and how to use them. They are huge time savers and an absolute must while developing big web sites! Author: Rachna Asirvatham Code: ASP 2.0 & VBScript |
|  | |
This step-by-step procedure demonstrates how to use server-side include (SSI) files in Active Server Pages (ASP) Web applications. SSIs are a widely used technique to package and reuse Web application code. Author: Microsoft Code: ASP 3.0 & VBScript |
The Server.Execute method is a new ASP method, introduced with IIS 5.0 for a first time. You can execute a child ASP page with the Server.Execute and treat the child ASP page as part of the main page. Author: AspDev Code: ASP 3.0 & VBScript |
This technique is nothing new, in fact this is precisely how the ads on ASPAlliance work. My main motivation for explaining it is all the people who worry they will have to jump on the web service bandwagon and are over-engineer their projects.
Author: Chris Garrett Code: ASP 3.0 |
Server side includes are a powerful tool for code re-use and to make site maintenance easier. This can make it much easier for the developer to maintain a consistent site. Learn how to use server side includes here. Author: Steve Smith Code: ASP 2.0 & VBScript |
|  | |
If you want to include a file in your ASP page, there are two common ways. Firstly, you can use the #include tag.
Another way is to use the Server.Execute sFile command.
Author: ElementK Journals Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|