Categories
Tags → Asp Object

Counting lines in text files

In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.
DETAILS

ASP Folder Gallery

ASP image gallery designed for large folder-based image archives. Features include: * Classic ASP scripting, no 3rd party components * On-the-fly thumbnails using asp.net drawing object (thumbs are the only .NET component) * Fast folder browsi...
DETAILS

ASP image resize and convert

Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample.
DETAILS

ASP Server Object

The Server object provides access to properties and methods on the server. Much of functionality it provides is simply functionality the web server itself uses in the normal processing of client requests and server responses. In this tutorial the syn...
DETAILS

ASP Session Object

The Session object stores information needed for a particular user''s session on the web server. It is automatically created every time when an ASP page from the web site or web application is requested by a user who does not already have a sess...
DETAILS

DB2ASP Creator

With DBASP Creator you will be able to generate all the administration pages for your Web site yet code HTML and VbScript (ASP) from a Access database, and testing directly before to upload to the project on your Web server, and if you do not hav...
  • Categories
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

ASP Application Object

The Application object is used to control and manage all items that are available to all users of an Active Server application. The Application items can be variables needed for all users in the application, or they can be instantiated objects that p...
DETAILS

ASP Request Object

The Request object retrieves the values that the client browser passed to the server during an HTTP request. It is used to get information from the user. Using this object, you can dynamically create web pages and perform various server-side actions ...
DETAILS

ASP Response Object

The Response object is used to send output to the client from the web server. In this tutorial the syntax, collections, properties and methods of the ASP Response object are described.
DETAILS

IIS Control

IS control is a COM object that a server/site administrator can use to add virtual directories to IIS. It can be used to create a full domain or create a virtual directory on a domain with a couple of lines of ASP code. It can also be used to set t...
DETAILS

Page:
©2003-2019 jCay.com