ASP Forms
In our last tutorial we learned some of the basics of ASP, like syntax, printing data to the screen, how to create and manipulate variables, and even how to make arrays. I even slipped a for loop in on you to further boggle your puny brain. In this article, I detail the use of forms in ASP and how to retrieve user input.
Continue reading
Continue reading
ASP: The Beginning
ASP stands for Active Server Pages and is a Microsoft Technology that allows you to create dynamic web pages, interactive content, and seamless database connections. In this series of tutorials we will learn to use it to create a series of websites from the simple to the complex. There is a lot of ground to cover, so let’s get started.
Continue reading
Continue reading
Getting Remote Files With ASP Continued
This second article will show how to send remote binary files, multiple files, and additional information with only ASP and XML. This is an incredibly powerful technique, and the implementation in this two part series will deal with automatically updating a deployed ASP web application.
Continue reading
Continue reading