ASP  
 
ASP-Introduction
ASP Introduction
 
 
ASP-IntroductionASP Introduction
ASP-BasicASP Basic
ASP-SyntaxASP Syntax
ASP-Variables ASP Variables
ASP-ProceduresASP Procedures
ASP-CookiesASP Cookies
ASP-SessionsASP Sessions
ASP-FormsASP Forms
ASP-RequestASP Request
ASP-ServerASP Server
ASP-FileASP File
ASP-FolderASP Folder
ASP-ApplicationASP Application
ASP-DatabaseASP Database
ASP-File-SystemASP File System
ASP-ComponentsASP Components
ASP-ErrorASP Error
ASP-ReferencesASP References


ASP Introduction

ASP stands for Active Server Pages which is a server-side scripting environment developed by Microsoft. Using ASP we can create and run dynamic and interactive web server applications. With ASP we can combine HTML pages and script commands to create interactive web pages and web-based applications.

When a ASP file is requested the browser does not send the page back to the client browser instead its content is interpreted & processed by the server. The default language is VBScript. You can also use JavaScript

Learn more about:

  • ASP Basic
  • ASP Syntax
  • ASP Variables
  • ASP Procedures
  • ASP Cookies
  • ASP Sessions
  • ASP Forms
  • ASP Request
  • ASP Server
  • ASP File
  • ASP Folder
  • ASP Application
  • ASP Database
  • ASP File System
  • ASP Components
  • ASP Error
  • ASP References

 
Home