ASP Components
From Hostek.com Wiki
ASP Components
Here are a list of Custom Components supported for ASP pages:
- AspMail
- AspEmail
- ASPUpload
- SAFileUp
- ASPImage
- ASPJpeg
- AspGrid
- AspEncrypt
- AspHTTP
- Asp-Pdf
The following are not custom components, but are part of the operating system:
- CDOSYS - We suggest CDOSYS over CDONTS
- CDONTS - Being phased out, CDOSYS replaces it
ASPpdf
- To use AspPDF in ASP.NET, you must place the wrapper assembly ASPPDFLib.dll (included with the installation) in the /Bin directory of your .NET application, and use the following directive in your source files:
<%@ Import Namespace="ASPPDFLib" %>