Active Articles: 2038
Total Categories: 16
Sub Categories:616
Creating a Guest Book in ASP using MS Access with DSN Less Connection | ||||||||
This tutorial will teach you how to create a Guest book system in ASP. All the codes in this article are explained in simple and step by step manner. Before continuing this tutorial, you need to install IIS 4 or later version to run ASP scripts in your computer. And you will also need Microsoft ... learn more
| ||||||||
| ||||||||
Web Site Customization Sample | ||||||||
This is a simple font customization sample that illustrates how to easily let your visitors pick whatever settings they prefer on your site. It covers the basic process of letting a user pick their settings, previewing the resulting effect, and then saving their configuration for future visits. ... learn more
| ||||||||
| ||||||||
Executing Transact-SQL DELETE statement | ||||||||
In this example, we will delete some records from a database. This source code helps us to deleting records to database without slowing down database. ... learn more
| ||||||||
| ||||||||
Prohibit access to certain page | ||||||||
This simple tutorial is intented to learn you how it is possible to prohibit access to certain page. A technique is to check the referrer of the visitor : if he come from a page of your web site let him in, else display a default message ... ... learn more
| ||||||||
| ||||||||
Displaying HTML files from your ASP page | ||||||||
Often you will need to display the contents of a file on your server. This article shows you what regular expressions to use to successfully display HTML, including automatically making any hyperlinks live. ... learn more
| ||||||||
| ||||||||
How to display your code | ||||||||
Here is a solution to displaying ASP code in an ASP page without executing the code. Useful for displaying the code in an article about ASP. ... learn more
| ||||||||
| ||||||||
Two Table Join | ||||||||
Outputting data from two tables is almost as easy as displaying from one. This example utilizes two tables with state information on them. The first table (state_order) contains state abbreviations (state), state names (statename) the year each state was admitted into the union (year) and the numeric order they entered in (entered). The second table (state_capitals) ... learn more
| ||||||||
| ||||||||
Validate logins with ASP, Access and cookies | ||||||||
This script will validate form input against field in a database. The script will connect to the database and query the database fields - if the form input matches the database, a cookie will be allocated which will remain across any further ASP pages, until destroyed. Page views of admin or member pages can then ... learn more
| ||||||||
| ||||||||
70-086 Free Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 70-086 exam on Your First Try. We have provided a free 70-086 free exam where you will be able to see the quality that goes into our 70-086 test exam questions. Our 70-086 practice test questions are designed by highly experienced ... learn more
| ||||||||
| ||||||||
How to Alternate Table Row Colors in CSS and HTML | ||||||||
This article describes how to create tables with alternating row colors in CSS and HTML. Script examples are provided for ASP and PHP. The method described here accomplishes the effect with very little code. ... learn more
| ||||||||
| ||||||||
Database Editing Sample | ||||||||
This is a quick sample code which combines a number of database functions into one script. Includes functions to add, delete, and edit records in a database table. It illustrates a number of useful techniques for database manipulation. ... learn more
| ||||||||
| ||||||||
Complete E-mail Address Validation | ||||||||
If you use this code, with the changes suggested in the comments, you will be able to completely validate a submitted e-mail address. It checks for invalid characters, an invalid domain, and an invalid or missing MX record at the domain. ... learn more
| ||||||||
| ||||||||
Page Template Functionality | ||||||||
Based on an HTML template file, this ASP sample code formats pages of a web site dynamically. It allows you to change the appearance, layout, fonts, colours and pagewidth throughout the whole site just by replacing one template file. It also allows you to display the same pages using different templates: printer friendly versions, small ... learn more
| ||||||||
| ||||||||
How to connect to database using a connection string | ||||||||
The power of Active Server Pages comes through when we tie databases to our web sites. To connect to a database, ASP uses what is called ActiveX Data Objects, or ADO for short. ADO comes with ASP, and can be used easily from your ASP pages. In this tutorial we will show you how to ... learn more
| ||||||||
| ||||||||
Adding Form Content into Database | ||||||||
An article on inserting Form content into database. We'll also create an ASP page to show all the records and to delete specific records if wanted. ... learn more
| ||||||||
| ||||||||
Event Log Event Types | ||||||||
Detailed descriptions of the different event log event types that may occur in the windows event log. The windows event logs can be accessed using development tools to aid in overall management. ... learn more
| ||||||||
| ||||||||
Creating Dynamic JavaScript with ASP and Databases | ||||||||
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. Example source code available for download. ... learn more
| ||||||||
| ||||||||
642-443 Free Test Exam Questions | ||||||||
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 642-443 exam on Your First Try. We have provided a free 642-443 free exam where you will be able to see the quality that goes into our 642-443 test exam questions. Our 642-443 practice test questions are designed by highly experienced ... learn more
| ||||||||
| ||||||||
VBScript Examples : DatePart Function | ||||||||
DatePart function is a very useful function to get the a part of a date. You may get year, month, day of year .. etc. of a specific date. ... learn more
| ||||||||
| ||||||||
Filling the Gaps | ||||||||
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. ... learn more
| ||||||||
| ||||||||
