Home

Submit

Source

Feeds

Home » ASP » Cookies and Sessions ::

ASP Cookies and Sessions
A frequent task for ASP developers is to create a members area style section of a website. This would normally involve registration, a login page, and then access to a section of the site that is only available to registered users. This tutorial will cover the steps needed to create all 3 sections.
Related Tutorials
ASP Debugging and Error Handling
Implementing Error Logging in ASP 3.0
ASP / Debugging and Error Handling
It is important to know what is going on with your site in development and production. By implementing proper error logging, you can quickly track down errors, and provide your team members with enhanced error information. With the new ASP Error object you can create a simple and effective logging system.

Site: www.asp101.com Report - View Tutorial

ASP Scripts
Creating a simple ad rotating system using ASP
ASP / Scripts
Creating a advertisement rotator page is easy - ASP comes with an Adrotator component that's easy to use. The component, called AdRotator, is installed when you install ASP. The component has been a part of ASP installation since the first version of ASP.

Site: www.kamath.com Report - View Tutorial

ASP General Development
ASP Performance
ASP / General Development
The first area I want to test is integer arithmetic calculations. The following ASP page calculates prime number starting from number 3, and repeats the test many times.

Site: www.herongyang.com Report - View Tutorial

ASP Cookies and Sessions
Validate logins with ASP, MS Access and Cookies
ASP / Cookies and Sessions
Having a user login on your page is arguably the best and easiest way for validation purposes leading into "members-only" or administration pages. This script will validate form input against field in a database.

Site: www.designplace.org Report - View Tutorial

ASP Component Building
Creating Visual Basic COMponents for ASP
ASP / Component Building
This article teaches the ASP programmer to write their code in VB, make it as a DLL and reuse it in their ASP code.

Site: www.macronimous.com Report - View Tutorial

ASP Component Building
Creating a Server Component with Visual Basic
ASP / Component Building
This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but also find a marvelous way to encapsulate and protect their ASP source code.

Site: www.15seconds.com Report - View Tutorial

ASP Miscellaneous
Flash and ASP
ASP / Miscellaneous
We hope our guide not only teaches you to work with this less explored area of web development but also challenges and initiates you into trying to build the product by yourself. We have also consciously included tips and guidelines for better loading speed and small file sizes.

Site: www.smartwebby.com Report - View Tutorial

ASP Miscellaneous
Creating Dynamic JavaScript with ASP and Databases
ASP / Miscellaneous
This tutorial explains how to put ASP tags inside of JavaScript blocks so developers can fit large amounts of data into one form on a single page. It provides an overview of things that can be done with dynamic JavaScript with ASP and data queries.

Site: www.15seconds.com Report - View Tutorial

ASP Scripts
Creating an On-Line Quiz Using ASP
ASP / Scripts
This tutorial guides you through step-by-step how to create a multi-question quiz using ASP and MS Access database.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP Getting Started
Your First ASP Page
ASP / Getting Started
Learn how to get started creating your first ASP page.

Site: www.codebeach.com Report - View Tutorial

ASP Getting Started
ASP For Beginners
ASP / Getting Started
What is ASP? ASP stands for Active Server Pages. Actually, ASP in itself isn't a language, instead it is more of a technology used by VBScript on the server side to display dynamic content on the web pages.

Site: www.itechcollege.com Report - View Tutorial

ASP General Development
Speeding Up ASP Page Execution
ASP / General Development
ASP pages are executed on the fly by a server when they are requested by a visitor. Because they are not compiled, ASP scripts are slow and hold up the processing of an html page. This results in people leaving your site and severely reduces the enjoyment that your asp apps can provide.

Site: www.aspemporium.com Report - View Tutorial

ASP Web Forms
Creating Dependent Select Objects With ASP
ASP / Web Forms
This article details how to leverage several technologies both client and server-side to create dependent HTML select objects using ASP, ADO, SQL and DHTML.

Site: www.15seconds.com Report - View Tutorial

ASP Database Integration
Inserting Rows into a Database
ASP / Database Integration
This tutorial will show you how to insert a row of data into a database using ASP and an MS Access database. You can do it on one ASP file, but we'll have two files: one processor page (proc.asp), and one form page (form.asp). Then, we'll make the MS Access database that corresponds to the ASP.

Site: www.webdesign.org Report - View Tutorial

ASP Database Integration
Getting Your Quotes Right In SQL For ASP
ASP / Database Integration
It is somewhat ironic that the most confusing part of creating and executing a SQL statement from ASP is determining where to put the quotes. When is a single quote used? When is a double quote used? When are they used together? Which takes precedence? This article will answer these questions.

Site: www.webdevelopersjournal.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement