Top Rated Scripts | ASP | Tutorials & Tips
Multiple Form Selection (Where In)
posted byinfoinDatabase-related
Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. This example utilizes our db on the career statistics of Hammerin� Hank Greenberg. The years he played are available to select from in a dropdown menu. When multiple years are selected they are passed comma delimited. Utilizing the where in statement in our sql the comma delimited selections are appended to our sql statement to display only those years selected.
Reviews0
PriceFree
Views3675
Print View (From a db template)
posted byinfoinContent Management
Web pages usually print pretty lousy. Typically, background colors are not displayed (unless you change the browser settings) and depending on site the width may be set much wider than the printer can handle on the horizontal for an 8 � page. Providing a printer friendly format adds immeasurable value for your users. This example demonstrates how to strategically place a couple of simple tautologies that will display banners and other items in the typical or �default� view and allows a link back to the same page with a querystring value that will be used to suppress everything but the db output.
Reviews0
PriceFree
Views4097
Using correctly in ASP
posted byjamesinDevelopment
This article explains why you shouldn't be sprinking <% %> render blocks throughout your HTML code. It's inefficient for the server and for your users!
Reviews0
PriceFree
Views1443
Building a Yahoo!� Style Navigation Bar
posted byjason_WithrowinSite Navigation
This sample will demonstrate how to quickly build a simple Yahoo! style navigation bar that displays the paths a user has taken to get to a given directory, and also displays a table of links to the sub-directories of the current directory. Full source code available for download.
Reviews0
PriceFree
Views6021
Self-Referencing Forms
posted byclpayneinForm Processing
This tutorial will show you how to give your forms a little bit more power. By making your forms self-referencing, you can open up whole new areas of functionality with your web applications.
Reviews0
PriceFree
Views3843
So What Are Active Server Pages?
posted byollertonkinIntroduction to ASP
This is a brief introduction to Active Server Pages (ASP). It discusses What are Active Server Pages, What Do I Need To Use ASP Pages, and So What Can I Do With It When I've Got It.
Reviews0
PriceFree
Views1265
Storing statistics
posted byjamesinWeb Traffic Analysis
This tutorial, along with full source code, explains how to store such statistics as the page being viewed, the referring page, the readers IP address, browser and screen width for your site visitors.
Reviews0
PriceFree
Views3096
ASP Data Access for Beginners
posted byJason_m_butlerinDatabase-related
The driving force behind Active Server technologies is data access. In order to develop a truly dynamic web site developers need to allow users to access data on demand. Luckily, with Microsoft's Active Server Pages, this is exceedingly easy to do. This article for ASP beginners details how to connect to a SQL Server 7.0 database using ActiveX Data Object (ADO) and Open Database Connectivity (ODBC).
Reviews0
PriceFree
Views4229
Professional Windows DNA
posted bywebmasterinMiscellaneous
This is a sample chapter from Wrox Press book 'Professional Windows DNA.' It prvides info on building web applications with VB, COM+, MSMQ, SOAP and ASP.
Reviews0
PriceFree
Views1480
Using Application variables, and introducing global.asa
posted byjamesinDevelopment
Here, you'll find a few example codes that allows you to save thousands of unnecessary database queries using Application variables.
Reviews0
PriceFree
Views2153
Search Database
posted byinfoinDatabase-related
This example / tutorial explains how to use the LIKE operator to perform a partial match on an Access database.
Reviews0
PriceFree
Views2718
Passing arrays from one page to another
posted byamitinDevelopment
This article explains how to pass the values in an array from one page to another without using session or application variables.
Reviews0
PriceFree
Views3440
Filling the Gaps
posted bycorinthinForm Processing
In this final part of ASP Form Handling series, the author discusses such topics as handling radio buttons and check boxes, emailing attachments with CDONTS, and some ways of using the data stored in the registration database covered in Part 3.
Reviews0
PriceFree
Views2409
Building a Registration Database
posted bycorinthinUser Management
In this part 3 of "Using ASP for Form Handling", you will be shows how to put the form data gathered into a database. Shows how to develop a working registration system, set up the database and make it accessible via the web.
Reviews0
PriceFree
Views4326
Named Recordsets
posted byhotscriptsinDatabase-related
This article by James Shaw demonstrates how to dynamically add properties to an object (expando properties) - by implementing a function to create named recordsets.
Reviews0
PriceFree
Views1449
Introduction & Data Access
posted byCRJonesinDatabase-related
In this first article of the ASPHoleTools series, you will be shown the basics for data access. Covers how to create the basic include file for database access, and testing that data access was installed properly on your machine.
Reviews0
PriceFree
Views1434
Ignoring clicks from IP addresses
posted byhotscriptsinAd Management
One requirement of the CoverYourASP advertising system is that multiple clickthroughs from the same IP address on the same day will be ignored. Another way to stop spiders is by testing the HTTP_USER_AGENT.
Reviews0
PriceFree
Views1968
Built in ASP Events
posted bywebmasterinDevelopment
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.
Reviews0
PriceFree
Views2105
Developing a Customizable Banner Rotation System
posted bymailto:[email protected]inAd Management
This two-page article provides a couple ways to build your own banner rotation system for your Web site: Using Microsoft-bundled Ad Rotator component, and Using a custom, database-driven approach.
Reviews0
PriceFree
Views2648
Saving HTML Form Data to XML
Form submissions in ASP are usually written to some sort of database management system. However, if you need your form submission data to be more portable, you may want to write it to an XML file. Especially useful when the data you are gathering will be sent to applications on non-Windows platforms. This tutorial explains how to write a form submission to an XML document using the Microsoft XMLDOM Object.
Reviews0
PriceFree
Views2947