Categories
Tags → Asp Example Code

An ajax-based newsletter sign-up form

An ajax-based newsletter sign-up form in ASP using the prototype javascript framework. User enters name and email, validation is done and he is added to the database all without refreshing the current page. Use it to collect subscriber emails at yo...
DETAILS

ASP Form Image Code Verification Script (using ASPJpeg)

What follows is a very simple asp code verification system using the excellent ASPJpeg component to create the imag. It is designed to prevent automatic submission of forms by automated baddies / spammers. A working example of this can be see on my c...
DETAILS

Fight Against SQL Injection Attacks

Security issues became more damageful if you''re not protecting your web forms. Following example is a good idea to protect our ASP pages against SQL injection attacks. This small ASP code secures and validates all information coming from your ...
DETAILS

Create Excel from Form Input

ASP form input can be transformed into most any type of format that you''d like to see it in. Typically, most form input either gets delivered to a database, like Access or SQL server or the output is sent to an email address or some other appli...
DETAILS

Compact && Repair Access Database

Compact and repair your access database online from ASP code. This is example code of how this can be done.
DETAILS

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. E...
DETAILS

Get started coding C# in ASP .Net

This 5-part article introduces you to the basics of coding C# in ASP .Net. Some of topics covered: the classic &"Hello World&" example in .Net form, Adding class and using Namespaces, Code a Web form in .Net and see how you can crea...
DETAILS

Easy personalization - login script and basic customization

Using an asp file and an Access database, this short example code demonstrates how to create a user login script with customizable personalization feature.
DETAILS
©2003-2019 jCay.com