ASP Components

From Hostek.com Wiki
Revision as of 17:31, 22 November 2012 by Briana (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ASP Components

Here are a list of Custom Components supported (most commonly for for ASP pages):

  • AspMail
  • AspEmail
  • ASPUpload
  • SAFileUp (select servers)
  • ASPImage
  • ASPJpeg
  • AspGrid
  • AspEncrypt
  • AspHTTP
  • AspPdf
  • csImageFile
  • csFTPQuick
  • csAspZip


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" %>