Bookmark and Share
ASP
Perl
PHP
CSS
HTML
Javascript
XML
C
Visual Basic
Access
MySQL
SQL
MsSQL
Java
jQuery

ASP Subcategories


Replace words in a string that reads words from a Cached Dataset
ASP | Views: 0 |
This article shows how to pass a string of text from a TEXTBOX server control to a routine that replaces words in the string. A dataset is created and uses a Cached Dataset. If the dataset isn't present in cache, the READXML method to used to read an XML

HTTP Handlers and HTTP Modules in ASP.NET
ASP | Views: 1 |
Learn how to create your own file extensions and secure Web applications using HTTP Handlers and HTTP Modules

User Controls Lesson
ASP | Views: 0 |
Server controls are one of the things that make developing with ASP.NET so simple and powerful at the same time. We've discussed HTML and web server controls and have showed you how to use them in your ASP.NET pages, but what if there's not a control tha..

An Extensive Examination of the DataGrid Web Control: Part 2
ASP | Views: 0 |
One of the most useful Web controls available in ASP.NET is the DataGrid Web control, which renders collections of data (such as database results) in an HTML table. So useful that a multi-part article is in order. In an earlier article

Efficiently Displaying Recordsets in Classic ASP: Using GetRows()
ASP | Views: 0 |
If you've done any sort of data-driven Web page in classic ASP chances are you've had to write some code to iterate through the contents of a Recordset. The typical way to do this is to open the Recordset, then use a Do While Not objRS.EOF ... Loop loop ..

Object-Oriented Programming for VBScripters
ASP | Views: 0 |
Feel intimidated by .NET? This article by Rob Chartier is designed to ease any level VBScripter (ASP) into .NET by clarifying some OOP concepts

Redirecting to another page in ASP 3.0
ASP | Views: 0 |
ASP 3.0 provides us with two new methods of server object to redirect the user to a new page.

Displaying Performance Monitor Information through an ASP.NET Web Page
ASP | Views: 0 |
In two previous articles - Displaying Information about the ASP.NET Process and How Long has the Web Server Been Up? - I examined how to display system-level information through an ASP.NET Web page. In the first article, information about the ASP.NET pro..

An Extensive Examination of the DataGrid Web Control: Part 1
ASP | Views: 0 |
One of the most useful Web controls available in ASP.NET is the DataGrid Web control, which renders collections of data (such as database results) in an HTML table. This article, the first in a series of articles, begins the thorough examination of one o..

A Best Practice for Using ADO Objects
ASP | Views: 0 |
A few members of the 15 Seconds discussion list talk about the proper way to use methods in order to prevent ADO object errors

Creating a .NET Web service
ASP | Views: 0 |
You've read a lot about Web services, but have you actually seen the technology in action? Well, roll up your sleeves, because this article provides the details of creating your own .NET Web service

Creating a Validation Control for CheckBoxLists
ASP | Views: 0 |
One of the coolest and most useful features of ASP.NET are its extensive validation controls. (See Form Validation with ASP.NET - It Doesn't Get Any Easier! for more information on ASP.NET's validation controls.) One very useful validation control is the

SQL statement to randomize a DataSet (Order by NewId())
ASP | Views: 0 |
I was recently looking for a method that would randomize a list of links displayed on ASPFree.com. I wanted to rotate the links everytime the page was requested. All the information was in the database, and wanted to use both on classic ASP and ASP.NET p..

DSN-less MS Access connection
ASP | Views: 0 |
Learn to connect to an MS Access database with a DSN-less connection

Efficiently Iterating Through Results from a Database Query using ADO.NET
ASP | Views: 0 |
With the advent of .NET, Microsoft has added a slew of new technologies, in addition to ASP.NET. One such technology is ADO.NET, which is the object model used for data access in .NET. (Recall that prior to .NET, developers used ADO to facillitate data a..

TripleASP.Net Table Editor
ASP | Views: 0 |
This is the first beta version of the TripleASP.Net Table Editor. It allows you to edit, add, and remove records from every table in your database

Global.asa
ASP | Views: 0 |
A quick guide to the mysterious file called Global.asa

ASP.NET Sample: Add a Record to a Database
ASP | Views: 0 |
This week we've got an ASP.NET version of our old Database Add sample. Actually two versions.... one for Access and another for SQL Server

Using SQL statements with ASP
ASP | Views: 0 |
You don't have to master a commercial SQL product to simplify your ASP page calls. These 12 tips will start you down the path to easy query authoring

Classic ASP Sample: Color Chooser
ASP | Views: 0 |
Sometimes it's useful to be able to see the choices when you need to make a color selection. Here's a simple ASP script to let you do just that. It displays the 216-color web safe palette and lets you pick one with the click of a button
Previous 1 2 3 4 5 6 7 8 9 10 Next