ASP For Beginners
What is ASP? ASP stands for Active Server Pages. Actually, ASP in itself isn't a language,
instead it is more of a technology used by VBScript on the server side to display
dynamic content on the web pages.
Essentially ASP pages are just normal HTML with scripts embedded in them. So
a general understanding of HTML is required for learnning ASP. If you do not
have even basic knowledge about HTML, please consider taking the course HTML.
How ASP works? In this course, you will learn how to:
Write an ASP page;
Generate and Retrieve a query string;
Use forms to collect information from clients;
Redirect a page;
Show Serve Variables;
Set a session to identify an user;
Create cookies;
Handle files and folders with FileSystemObject;
Connect to a database with ODBC;
Display data in your web pages.
|