Home | Advertising Info63 USERS CURRENTLY ONLINE   
PowerASP
   Site Search Contact Us Thursday, March 13, 2025  

Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds



Listings Entry: 3/26/2006 4:50:14 PM

SQL Insert
http://www.loudasp.com/howto/SQLInsert.asp
If you need to put data into a table using SQL this is the code you will want to use.

Creating your first Web page with ASP.NET
http://builder.com.com
If you're a classic ASP/ADO developer who's new to .NET, this intro will get you started. See how to use connection strings and server-side controls.




.NET101
http://www.dotnet101.com
net101 provides articles, tips and other knowledge base material on Microsoft .NET technology. The technology areas covered include ASP.NET, C#, ADO.NET, VB.NET and WebServices.

AutoImageEffects
http://www.unitedbinary.com
AutoImageEffects .NET Component is a web server component which does a wide range of image processing. Among the options are resizing, rotating, flipping, blurring, sharpening, drawing text, and rectangles. Now .Net Beta 2 Compatible!

WebCombo.NET
http://www.intersoftpt.com
WebCombo.NET™ introduces a new way to select a large volumes of DataSource from dropdown list which autocomplete as you type and provides automatic dropdown selection on the fly, without postback.

Server Variables
http://www.powerasp.com/content/code-snippets/server-variables.asp
Server Variables

Code-Generator
http://www.code-generator.com
The tool to maximize reuse in your project. Code-Generator allows you to generate code from simple ASP style scripts. Samples include n-tier, web and database applications using ASP, VB, XML, SQL Server, EJB, JSP and much more.

xChart
http://www.algonet.se/~jekman/components.htm#xChart
LightCom Solutions has released xChart 1.0. Its is a high performance component that generates VML (Vector Markup Language) based charts. The time it takes xChart to make a chart viewable from a web browser is significantly superior to other traditio

Calendar of Events in C#
http://dn.yyyz.net
I needed a web based even calendar and thanks to the new .Net Calendar Control, the rest was easy. What I ended up with was a nice little event based calendar.

ADEX Connect
http://www.vyapin.com/products/developercomponents/adexconnect.htm
ADEX™ Connect is a COM component that enables application developers of Microsoft technology to add/remove connections, map/disconnect network drives, add connections to other servers used in their application and access resources from them, and con

PowerSurveyASP
http://www.ultimateapps.com
PowerSurveyASP is an open source survey application built in ASP and SQL. Requires no components to be installed on the server. Its highly customizable and fully administered via the web.

DotNetISP.com
http://www.dotnetisp.com
Dotnet Hosting : the first french dotnet hosting service. 15 days trial account. Plans from 20 euros No setup fees

DotNetRater
http://www.dotnetrater.com
Setup a rating system in minutes using DotNetRater. Supports SQL 7.0/2000 or Access, full admin for ratings/reviews and reports, rating graphics and charts, easy template and code integration for only $7.95 with a 15 day money back guarantee.

ADEX Shares
http://www.vyapin.com/products/developercomponents/adexshares.htm
ADEX Shares is a COM component that enables application developers of Microsoft technology to get the list of Shares and Files and their permissions. It has been developed using Microsoft ATL, providing users fast access to the file system. The ADEX

Forms - Populating a check box with info from a database
http://www.powerasp.com/content/code-snippets/forms-populate-check-box.asp
Forms - Populating a check box with info from a database

ABMailer - The ActiveX Mailman
http://www.geocities.com/ResearchTriangle/2656/abmailer.html
ABMailer is an ActiveX server which delivers email messages to any SMTP mail server. ABMailer was designed to be used with Microsofts Active Server Page (ASP) server-side scripting language.

ASPA Picture Gallery
http://www.aspalliance.com
ASPA Picture Gallery allows you to quickly and easily display picture galleries in your ASP.NET web projects. Show off your family photographs, display product pictures, or showcase your property portfolio! Just drag, drop and run!

ACCESS DATABASES ( DSN vs DSN-LESS )
http://www.powerasp.com/content/database/dsn_vs_dnsless.asp
If you are using an ACCESS Database try to avoid using a system DSN. They are much slower because they go through ODBC which then uses the Jet Drivers to access the database. They also have to do a registry lookup.

Bullseye: Goal and Task Management Application
http://www.clarity-webdesign.biz/bullseye.asp
Bullseye is a FREE goal and task management web-application that makes keeping track of all you important todos simple. First you logs your goals and tasks, then you select a subset of the tasks to deal with right now -- these are your todos.

Web-Host-Guide.org - we help you find the perfect web hosting solution
http://www.web-host-guide.org
A comprehensive guide to finding the perfect ASP web hosting provider for you, and also how to construct a site and make it a success.

WebCharts3D.NET
http://www.gpoint.com
GreenPoint, Inc. released WebCharts3D.NET version 4.7. The software is a native .NET component and is fully integrated with Visual Studio.NET.

HardCore Web Content Editor
http://editor.hardcoreinternet.co.uk
Feature-rich WYSIWYG HTML editor, which enables anybody to create, edit and update website content. No need to download or install on the client side. WYSIWYG, Plain and HTML editing modes and a DOM inspector provide full control.

PortSight Task Scheduler for .NET
http://www.PortSight.com
PortSight Task Scheduler is a .NET component for immediate or planned execution of server-side tasks from ASP.NET. It allows you to process long-running ASP.NET pages, run command line utilities or other server-side tasks without page time outs.

How to Deal With Newness
http://www.devx.com
Much of what you're seeing pumped out of Microsoft's .NET team seems to be new. Newness is not necessarily bad, but VS.NET is still unproven, untested, and somewhat scary. New tools mean you'll have to get to know and trust the tools all over again.

ecSED (Static Content Editor)
http://www.ncctg.com/default.asp?mcd=productspg
ecSED is an ASP application designed to let you add dynamic WYSIWYG content editing to static web page sites. Use with existing static sites, purchased web site templates or custom site designs. Includes on-line image upload/content manager.

SM Web Control Suite
http://www.shawnmullen.com
SM Web Control Suite, is a suite of ASP.NET controls including a scrollable grid, a textbox that reports attempts to enter more characters than allowed, a special class that when interited, maintains your forms scroll position and more!

A/V Publisher
http://www27.brinkster.com/jmmosino/Default.asp
A very unique ASP script with which you can embed up to 20 audio or video clips anywhere into your website using JUST FOUR lines of code; upon installation on your server you can manage everything needed from the admin interface; from there you can u

Database Web Explorer
http://www.monocerossoft.com
Database Web Explorer is an universal Web-based database manager. It allows you easy and quickly to get access to any database via Internet and manipulate the data stored in databases via Internet.

Hello World: An Anatomy of an ASP .NET Project
http://www.asp101.com
Ever since Kernighan and Ritchie wrote a program to display "Hello World" in the C language, programming has never been the same. In this article, we will write a "Hello World" script and explain all the code that goes into it.

Free Superexpert Content Rotator Control
http://superexpertcontrols.com
Randomly display content such as news items, links, images. Supports databinding, item priorities and templates.

Using ASP and HTML Meta TAGS To Make A Dynamic Delay Message
http://www.powerasp.com/content/hintstips/dynamic-meta-refresh.asp
This is a little trick to display a timed message to the user after doing some sort of task. By mixing some creative ASP with a simple HTML META Refresh you can display a message to a user for a specified period of time and then redirect them back.

Active Data Online GeneralLedger
http://www.activedataonline.com.au
GeneralLedger is a Web-based accounting information system. It provides a means to record, store and query accounting journal entries, and generate a trial balance, a balance sheet and a profit and loss report.

ASP.NET Basics (part 3): Hard Choices
http://aspfree.com
In this third part of our introductory ASP.NET tutorial, learn all about C#'s logical and comparison operators with simple examples and illustrations.

DB Admin Tool in 20 Lines with C#
http://www.aspalliance.com
Create a 1 page tool with only 20 lines of code that provides access to your tables with SELECT, INSERT, UPDATE and DELETE statements.

ASP Tutorials - justPhukit.com
http://www.justphukit.com/asp/asp-tutorials-1.php
justPhukit.com is directory of programming tutorials, scripts and articles for developers and programmers with a major section dedicated to Classic ASP and ASP.NET.

INIReader
http://www.allapi.net
The INIReader class reads data from and writes data to INI files.

XMLObjectGenerator
http://www.adersoft.com/objectgenerator/
XML ObjectGenerator generates custom COM components from your xml files and schemas. It also provides complete customized html help files (.chm).

GOIS Programmer
http://eng.gois.ws
GOIS.WS is a P2P Web Site for programmers. All the articles and components here are free to use. GOIS Web Site uses XML and XSL to retrieve database. Customs can find, filter and sort the data directly on their own client site. So it is more faster t

Show Directory Contents Using ASP
http://www.powerasp.com/content/code-snippets/show-directory-contents.asp
This is an example of using the FileSystemObject to list the files in a directory.

ASP.NET Basics (part 3): Hard Choices
http://www.aspfree.com
In this third part of our introductory ASP.NET tutorial, learn all about C#s logical and comparison operators with simple examples and illustrations. And while you're at it, get a crash course in adding decision-making logic to your ASP.NET programs.

Graphics for WAP
http://www.tonec.com/download4/wap.html
This article describes how to turn your IIS Web Server to a WAP server that creates WBMP images on the fly. The article consists of 3 parts. First part describes how to configure IIS. Second part tells you about how to create WBMP images on the fly.

JMail
http://www.dimac.net/
w3 JMail can be used by developers to send e-mail from their ASP code or Windows program in a very simple way.w3 JMail now also features retrieval of e-mails, encryption and advanced massmailing features.

FrunderGallery
http://www.frunder.com
This is a .NET image gallery for developers. Automaticaly generates thumbnails from images in a defined folder, then creates links to larger images. Fully Customizable!

Answers to ASP.NET Questions
http://www.aspalliance.com
Over 1800 answers and articles can be found by using keywords and advance search.

TextPad
http://www.textpad.com
Whether you simply need a powerful replacement for Notepad, a tool for editing your web pages, or a programming IDE, TextPad does what you want, the way you would expect.

Aurigma Media Gallery .NET
http://www.aurigma.com
Media Gallery-the ASP.NET app for fusing media. Slap video, images, audio where and how you want-simple, scalable Aurigma juice-juice to weave that world wide web: hit counts, ratings, email friend, postcard tags, IPTC support, and much more.

NetToolWorks.NET Enterprise Suite
http://www.nettoolworks.com
NetToolWorks.NET suite of .NET components Includes snmp (with v3 support), mail, s/mime, ftp See our website for individual component features Subscription, site licenses available (includes all future component releases)

Using Common Sense With ASP
http://www.powerasp.com/content/hintstips/common_sense.asp
This article contains some hints & tips as well as some things the average ASP user just doesn't do when using Active Server Pages.

Active Auction
http://www.activewebsoftwares.com
Active Auction is web based auction software. It has many features similar to large auction sites. Features include Standard, Dutch, Reverse, and Price Drop auctions. Easy to configure and includes the full source code.

Site Search Pro :: Searching your web site!
http://www.site-search-pro.com
Site Search Pro 2.0 is comprehensive web site search script. Easy to install and full support. Perfect integration with any web site. Index several web sites and store data in one database. Check it now! Let us show you, check out FREE ONLINE DEMO!




Timecard Entry: 3/26/2006 4:50:15 PM

phones, invoices etc., tech calls, emails and callbacks. Signups for new customers, Town Of Clayton Fiber, Jeff, Jim, finished up for today putting inventory into access, Researching NCLS, steady, Radlog ,no online-issues, general billing and sign ups, Researching how to do a java-script database query after an on-change event form field validation for use w/backtobasics form. Not having much luck., E-mail, lunch, Talk w/ Bell Atlantic on call forwarding problem. Copy Bell Atlantic bills. Prepare and fax Air brake info. Familularize myself w/ Daryll's status system., Randy here - checking to make sure we have everything for TI, Working w/ Danielle on Verisign certificate, Answered billing related questions and signed up new users., meet w/h-r for 401k plans , Showing/helping Dave F. to customize shipping function for wpbstv.org, morning check-in: check e-mail, UML Self-study, Lunch took forever (CaddyShack), Worked on Yellow pages with Wendy Ann, drove back to clayton, various phone calls, email, inventory check, Admin (emails and organize); CREG transaction, Soft Publication, Checked issues before I left. No calls at all since 1050 or so. , On phone with Jackie reference an billing change that I will be making to customers in Emerald, Emails, phones, auth down for a bit but it came back up fast,

   Active Server Pages Rule The World
Contact Us  
All artwork, design & content contained in this site are Copyright © 1998 - 2025 PowerASP.com and Christopher J. Williams
Banner ads ,other site logos, etc are copyright of their respective companies.
STATS Unless otherwise noted - All Rights Reserved.

Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds www.aspclassifieds.com, www.powerasp.com,www.cjwsoft.com,www.aspphotogallery.com,www.codewanker.com,www.aspprotect.com,www.aspbanner.com