You have learned ASP, what's next?
ASP Summary
This tutorial has explained how to add server-side scripting to your website, making it more dynamic and interactive.
You have learned how to dynamically edit, change, or add webpage content, respond to data submitted from HTML forms, access data or databases and return results to the browser, and customize pages for different users to enhance the usability of these pages.
For more information about ASP, please refer to our ASP Examples.
Now that you have learned ASP, what should you learn next?
The next step should be to learn SQL and ADO.
SQL
SQL is the standard computer language used for accessing and processing database systems.
SQL statements are used to retrieve and update data in a database. SQL works with database programs such as MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, and other database systems.
If you want to learn more about SQL, please visit our SQL Tutorial.
ADO
ADO is a programming interface for accessing data from databases on websites.
ADO uses SQL to query data in the database.
If you want to learn more about ADO, please visit our ADO Tutorial.