ASP
Active Server Pages (ASP) is Microsoft's first server-side script engine for dynamically-generated web pages.
Language
Any
Platform
Any
License
Any
The term 'SQL Injection' means to inject malicious SQL statement(s) in an otherwise regular SQL to get access to secure data on a website. In this article, we will examine how SQL injection attacks...
This tutorial helps you understand: "scrrun.dll"; "Dictionary" Class; "FileSystemObject" Class; "Drive" Class; "Folder" Class; "File" Class; "TextStream" Class.
Do you have a web page that takes a long time to generate? Do you have a SQL query that you want to cache the results? This tutorial will show how to use Application variables to store cached data.
This tutorial will walk you through adding dynamic content from an RSS 2.0 data feed. RSS is a XML format for syndicating news content, web site updates, and blogs. Learn how to add this content to...
This article is the final installment in a series of articles on manipulating XML data with ASP. So far we have learned to add, append, and edit records in XML files using ASP. This article puts on...
This article discusses in detail how to execute code dynamically by creating code and compiling it at runtime. This is a useful feature for extending applications with user extensions or for adding...
This article discusses in detail how to execute code dynamically by creating code and compiling it at runtime. This is a useful feature for extending applications with user extensions or for adding...
This tutorial is aimed to show you how it is possible to retrieve a remote file via ASP and FTP without using a 3rd-party component.
Learn how to convert HTML webpage to PDF for free by using HTMLDoc. With a simple installation of htmldoc.exe (opensource), by sending a command line from ASP.
As described in my previous articles, Remote Scripting has been used by classic ASP developers since the earliest days of Internet Explorer 3.0 when Microsoft put out their Remote Scripting applet...
Oracle is one of the most popular databases in the world, also Active Server Pages (ASP) is a powerful server-side scripting language widely used to build dynamic Web pages. There are many ASP...
ASP.NET 2.0 introduces the ability to have an ASPX page
postback to a different ASPX page with cross page postbacks.
This was done all the time in ASP but wasn't supported in
ASP.NET 1.x. Here...