1/1/2007
Active Server Pages 101
By Richard Rost
Active Server Pages (ASP) is a technology to create dynamic Web pages - pages that change for each user. You can use ASP to create customized pages for your visitors, query databases, and even build entire e-commerce solutions.
ASP 101 is the perfect class to get you started. We assume that you have at least some experience building basic Web pages. We recommend our FrontPage course as a pre-requisite, but as long as you know how to build a simple Web site (using any editor) that's OK. We also recommend our Visual Basic course first. ASP is based heavily on VB, and if you know a little bit of VB before taking ASP, it will help you - but it's not required.
ASP 101 covers: Key ASP Definitions, Components of an ASP Script, Basic ASP Commands, If / Then / Else Statements, HTML Tags in ASP Scripts, Variables & Loops, Performing Math in ASP, Processing HTML Form Input, Using the QueryString.
Click here for the complete outline: /site/courselist/asp/asp101/
Permanent Link
Course Link: Active Server Pages 101
Keywords: asp active server pages if then else html tags variable loop math input form querystring
|