Difference between revisions of "ASP Components"
From Hostek.com Wiki
(Created page with "==ASP Components== Here are a list of Custom Components supported for ASP pages: *AspMail *AspEmail *ASPUpload *SAFileUp *ASPImage *ASPJpeg *AspGrid *AspEncrypt *AspHTTP *Asp...") |
|||
| Line 16: | Line 16: | ||
*CDOSYS - We suggest CDOSYS over CDONTS | *CDOSYS - We suggest CDOSYS over CDONTS | ||
*CDONTS - Being phased out, CDOSYS replaces it | *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: | ||
| + | |||
| + | <pre> | ||
| + | <%@ Import Namespace="ASPPDFLib" %> | ||
| + | </pre> | ||
[[Category:ASP.Net Tutorials]] | [[Category:ASP.Net Tutorials]] | ||
Revision as of 09:20, 22 November 2012
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" %>