Day 4. Working with Files in Your E-Commerce Application
In today's lesson, we will finish our review of Active Server Pages programming. You will learn various methods of working with files in your E-Commerce application. In today's lesson, you will learn
• How to use the #INCLUDE
directive to include files in an ASP page such as a standard company logo
• How to automatically redirect a customer to a new ASP page file
• How to use the File Access component to store customer information in a text file
Including Files in an ASP Page
You can include a file within an ASP page by using the server-side #INCLUDE
directive. You can use the #INCLUDE
directive with both Active Server Pages and standard HTML files.
Including files is useful in two situations. ...
Get Sams Teach Yourself E-Commerce Programming with ASP in 21 Days now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.