Categories
Tags → Asp Class

Data Grid Class

The developer writes &"After playing with ASP .NET''s Data Grid, I figured I''d create something similar for use with ASP. I''ve begun by creating the properties and methods to reproduce the most commonly used and useful featu...
DETAILS

Real-Time Data Grid Part 1/2

The part one of this two-part article shows how to create an ASP class that allows us to work with our databases through a web browser. It will allow us to update and delete records dynamically using JavaScript and XMLHTTP, without ever having to ref...
DETAILS

Reading Flash File Information (.swf) through an ASP Page

This is a simple tip that presents an ASP class that can read the properties of a Macromedia Flash file (a .swf file). You can use this handy class to read the height, width, version, file length, twips readings, frame rate, and frame count of a Flas...
DETAILS

DataProducer

Dataproducer, available for php, java servlets and asp is used to seperate the presentation layer from the data layer in web applications. With it you can specify single and multiple row tags inside a html template, which are then replaced with data ...
DETAILS

OnlineUsers

&"20 users online&" style user tracking is a favourite of ASP websites. This class allows you to do the same thing easily with PHP. The OnlineUsers class uses a leightweight MySQL table to track the users, logging them to a table. D...
DETAILS

Get started coding C# in ASP .Net

This 5-part article introduces you to the basics of coding C# in ASP .Net. Some of topics covered: the classic &"Hello World&" example in .Net form, Adding class and using Namespaces, Code a Web form in .Net and see how you can crea...
DETAILS

Simplewire ActiveX SMS Software Development Kit

The ActiveX SMS SDK provides easy, high-level control of the Simplewire wireless text-messaging platform. Designed be to be as developer-friendly as possible by hiding the intricacies of the XML format required to communicate with the Simplewire WMP ...
DETAILS

Implementing Dynamic Arrays of Objects

Using classes in ASP 3.0 we can create dynamic arrays of objects. This article presents a sample code showing how to implement a class of dynamic arrays of objects several layers deep.
DETAILS

Built in ASP Events

There are 8 events available in ASP grouped by Global Events, Class Events, and Transactional Events. This is a nice summary tutorial on how to use them in your applications.
DETAILS

HTMLTemplate Object

The HTML Template Object is a lightweight class whose sole purpose is to completely separate HTML from server side ASP code. Through the use of special HTML templates, a web page can be created by setting the parameters of the HTMLTemplate object to ...
DETAILS

Page:
©2003-2019 jCay.com