Home | Advertising Info132 USERS CURRENTLY ONLINE   
PowerASP
   Site Search Contact Us Friday, March 14, 2025  

vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds



Listings Entry: 3/26/2006 4:23:05 PM

ASP Photo Gallery Professional
http://www.cjwsoft.com/aspgallery/default.asp
Upload unlimited amount of photos, Make categories, Allow others to upload, Import photos in batch, Pic ratings, Postcards, Slideshows, Protected Albums, Image resizing, true thumbnails, supports ASPImage, AspJpeg, & ImgWriter & .NET image processing

ASP: Learning by Example
http://www.amazon.com/exec/obidos/tg/detail/-/1887902686/qid=1119152795/sr=8-1/ref=pd_csp_1/102-5291399-3933729?v=glance&s=books&n=507846
Focusing on the essential knowledge needed to quickly learn how to write Active Server Pages, this book teaches by example rather than theory.




Reinvent: ASP / ASP.NET Hosting
http://www.re-invent.com
Provides affordable, powerful and feature-rich web hosting on highly reliable Windows 2003 servers supporting: ASP, ASP.NET, FrontPage 2003 and earlier, SharePoint 2003, SQL 2000, MS Access, mySQL, Visual Studio .NET and much more.

ASP & ASP.NET Navigation Components
http://www.visualasp.net
Classic ASP and ASP.NET Components v5.1. The Component Pack includes the TreeView, ListView, Calendar and TabStrip Components with over 70 sample scripts to get the most out of every property and method from standard HTML output to advanced DHTML out

Prevent viewing of javascript and stylesheets
http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=7252&lngWId=4
Prevent unauthorized viewing of website javascript and style sheet files.

Active Traffic Pay-Per-Click Search
http://www.activewebsoftwares.com
Add a complete pay-per-click directory/search engine to your web site. Also includes a multi-level affiliate/referral system, create unlimited number of categories, Account Registration, Get listing from DMOZ source. ASP.NET VB source code included.

AyloChart
http://www.aylo.com
This engine, written in C# requiring the Microsoft .Net Framework, gives you the ability to dynamically graph any type of data with ASP.NET into Pie, Bar, Line and Point charts. Stream or Export image to filesystem. Auto-scaling and trend calculation.

NCTFinancialChart.NET
http://www.nctsoft.com
NCTFinancialChart.NET is the pure .NET class library, which allows you to build desktop or web based financial charting applications.

ASP Random Numbers
http://www.loudasp.com/howto/ASPRandomNumbers.asp
For some reason or another there comes a time in every programmers life when they need to create random numbers. ASP provides a way for us to get what we want with very and I do mean very little programming effort.

ASP.NET Web Counter
http://www.dotnetindex.com
Counter can track and display hit of the page(s). This simple counter uses only one stored procedure to update and display hits. So it uses less server memory. The database back-end is SQL Server.

deloittes.NET ColorPicker v1.0
http://www.deloittes.net
The deloittes.NET ColorPicker is an ASP.NET Server Control for adding visual color selection to your web forms by simply dragging the control from your VisualStudio.NET ToolBox.

Create Dynamic HTML Using the Response Object
http://www.tagconsulting.com
Describes how to generate HTML pages dynamically using in-line scripting and the Response object. This is one in a series of articles aimed at helping new developers learn about ASP.Net

The Quick and Dirty .NET Guide to C#/VB Object-Oriented Programming
http://www.dotnetjunkies.com
Although this article won't be an exhaustive OOP treatise, its objective nevertheless is to present in a quick and dirty manner C#/VB Object-Oriented Programming.

ASPNextGen
http://www.aspnextgen.com
AspNextGen.com is a destination website that is a resource for the emerging Microsoft ASP.NET community. Our positioning within the .NET community allows us to bring educational materials and tools to developers in the ASP.NET development arena.

The Component Model in ASP.NET
http://www.msdnaa.net
Dino Esposito provides a good overview of the ASP.NET object model, including the controls that implement the Web Forms technology.

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.

RChart for .NET
http://www.java4less.com
Windows and web control for charting. It supports more then 18 types of charts. It can be used in a windows or in a web application and supports interactive features like zoom, scroll, ips , actions and html links. The source code can be adquired.

Longhorn Frequently Asked Questions
http://www.c-sharpcorner.com
In this article, I cover some of the frequently asked questions about Longhorn and related technologies.

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

ASP.NET Overview
http://www.aspalliance.com
The underlying structure of ASP.net is very different to that of previous versions. ASP.net is almost entirely component-based and modularized, and every page, object, and HTML element you use can be a runtime component object.

TripleASP.Net Upload Assembly
http://TripleASP.Net
The TAN Upload Assembly is a open source assembly designed to enable upload capiblities to any ASP.Net page, even easier than ASP.Net makes it for you. In addition, you will also learn about using an abstract class, overloading a method, inheriting.

csDrawGraph
http://www.chestysoft.com/drawgraph/default.asp
This ASP component draws pie and bar charts and line graphs "on the fly". Output options include GIF (non-LZW), PNG, JPG and bitmap as a stream for BinaryWrite, or as a file. A wide range of properties allow the customisation of colour, size and text

DynamicImage
http://hosting.gotdotnet.ru
This control is a derived version of asp:Image, with additonal functionality. The additional features include Graphics property which allows you to draw on control using GDI+ API. The control produce cached in-memory images.

Introduction to ASP.NET
http://www.developersdex.com
ASP.NET offers a novel programming model and infrastructure that facilitates a powerful new class of applications. ASP.NET is a compiled. NET-based environment, so one can author applications in any .NET compatible language.

ACES EventLog OLEDB Provider
http://www.acesdev.com/products/components/el_oledb/
Perform administrative tasks on event logs on your local and remote computers, such as reading any event logs, writing an entry to an event log, creating your own special logs, deleting event logs, and clearing log entries, provide data access via OL

Spacer Image
http://www.peterblum.com
The SpacerImage web control generates the HTML to build an image that you use to precisely space things out, either horizontally or vertically. It maintains a global path to your spacer.gif image file so you don't have to keep assigning it.

Source4Developers Forums
http://www.source4developers.com/forum/
You can post or reply to a thread in the forum or even post comments and news about asp, html, sql, databases, browsers, etc.

Using Forms to send information between ASP Pages
http://www.powerasp.com/content/hintstips/asp-forms.asp
Many beginner ASP programmers have a hard time with this concept. Here is an example if you want to use forms to transfer information between ASP pages. It is actually very simple and is used quite often when building ASP applications.

ArchCommerce ASP.NET eCommerce Framework
http://www.archcommerce.com
ArchCommerce ASP.NET eCommerce Framework is a scalable business-to-consumer (B2C) software that supports unlimited product catalogs and multi-languages. It has easy to use backoffice tools that allows management of catalogs and orders anywhere & 24/7

ASP:Source
http://fx-scripts.com/aspsource.asp
A source-viewing script for ASP files. Displays contents of ASP scripts in blue. Displays ASP comments in green. Displays ASP keywords such as 'if', 'then', 'else', etc.. in red. This feature can be turned off.

Microsoft's ASP.NET Site
http://www.asp.net
This is Microsoft's site for the ASP.NET server-side environment. You can find tons of information on ASP.NET straight from the source. Features: Newsgroups, Discussions, Samples, Books, Articles, Events, and FAQ.

KICKINASP.NET
http://www.kickinasp.net
The latest and greatest ASP.NET site on the web. Look around, view some code, read some articles and tell us what you think.

VBeXpress.NET
http://www.vbexpress.com
VBeXpress.NET is an advanced template-driven code generator that can generate fully-functional .NET applications using either VB.NET or C# in minutes.

Introducing ASP.NET - Part 1
http://www.suite101.com
This article gives an outline about ASP.NET and its features. It also provides an overview of WebForm controls and Visual Studio .NET 2003.

Active Data Online Discussion Board
http://www.activedataonline.com.au/discussionboard.html
Noteworthy features are a WYSIWYG editor, a spell checker, the capacity to mark topics as read, topic bookmarks, a powerful search engine, a fully localised GUI, support for all languages, linear and threaded views, polls, events, pictures...

Microsoft's Web Data Administrator
http://www.microsoft.com
The Web Data Administrator is a utility program implemented in ASP.NET that enables you to easily manage your SQL Server data wherever you are.

AbyssLabs.UUIDGenerator
http://www.abysslabs.com/products/com/uuidgenerator.phtml
Generates 128-bit Globally Unique Identifiers that can be used to identify any object such as sessions, users, products, database records, transactions and etc. Source code is included.

Subscriber - Mailing List Manager
http://www.aspwebpro.com/aspapplications/subscriber.asp
The ultimate tool for mailing list management! Send Text or HTML, Maintain Multiple Lists, Personalize Messages, and A WHOLE LOT MORE!. Subscriber has an easy to use web console where you control all of your mailing lists and it is enabled for use wi

Image Canvas 1.0
http://www.silkwebware.net
You can use Image Canvas to deliver real time dynamically generated images including charts, diagrams or any other graphical application that requires On-The-Fly image delivery to browsers. Drag Image Canvas from your toolbox and set its Image.

ASP.NET Roadmap
http://support.microsoft.com
This article provides a roadmap to learning and mastering ASP.NET. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers.




Timecard Entry: 3/26/2006 4:23:05 PM

More E-Mail, Voice-Mail, etc. Follow-up w/ Sithe's Energies, Making a quick fix to classichitsz93.com, travel back to Clayton, answering phone, taking sign ups, incident report, callbacks from voicemail, checked emails. quality checked sign ups. , Worked on letter for Errol, answered tech related calls., O'Briens, lunch, daily reports, Taco salad, travel to Jamestown, 288 miles, mail and voicemail, updated tech web page schedule, worked on newsletter, emailed Joe Munroe poll results thus far from Real Rock site, added some content to Real Rock home page, SoftChamber.Com - Finished adding admin., Work in Clayton on billing. Work w/ Carol., helped a user with his modem. a couple people with billing questions, Proof read the JCJDC proposal, phone with Jennifer Stevenson about changes to slcmls.com Web site, lunch, slow, readied for the meeting copies of agenda and calendar, dental appt will need to chg again, Research IIS security, billing issues, invoices, DSL info to customers, Messages, Copies P.O.'s, Called Brumley for the Orinoco problem with Ron's laptop. , email/voicemail, still slow, new users, Radlog, voicemail and emails, sent email for chamber dinner, Acct pay and unidial and N2H2 , ALEX BAY CHAMBER - UPDATING 2000 EVENTS,

   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 asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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