|
|
Javascript - Enable and Disable form elements by Jeff Anderson (3/6/2002)
|
| This is a relatively little known and under-used feature of javascript which can be very useful in guiding a user through a form. Using the disabled tag, you can switch on and off elements in a form. |
|
Check IsNumeric Function by Jeff Anderson (2/26/2002)
|
| A javascript validation function to check whether the details entered by a user are numeric. |
|
Javascript Onload Event by Jeff Anderson (1/22/2003)
|
| Sometimes you need to perform an action immediatley after the page has loaded. That's when the onLoad Event Handler comes in handy |
|
ASP Format Date and Time Script by Jeff Anderson (2/27/2002)
|
| An ASP script showing the variety of date and time formats possible using the FormatDateTime Function. |
|
Image Submit Button by Jeff Anderson (1/24/2002)
|
| You can keep your forms from slipping into mundanity by substituting the default gray submit button to a colourful graphic of your choosing. |
|
Form Validation Function by Jeff Anderson (2/26/2002)
|
| A javascript validation function that you can use to validate all types of forms. |
|
Email validation using Regular Expression by Jeff Anderson (8/3/2002)
|
| Using regular expression syntax is an exellent way to thoroughly validate an email. It's possible in ASP. |
|
JavaScript Field Is Empty Form Validation by Jeff Anderson (2/26/2002)
|
| This javascript function allows you to check whether a form field has been completed or not. |
|
Creating a Dynamic Reports using ASP and Excel by Jeff Anderson (1/9/2003)
|
| A simple way to generate Excel reports from a database using Excel. |
|
Generate License Keys (such as CD keys on Microsoft software) by Brian Gillham (8/26/2002)
|
| This class allows you to generate license keys, such as the CD keys on the case of most Microsoft software |
|
Check Email Validation Function by Jeff Anderson (2/26/2002)
|
| A javascript validation function to check whether the user has entered a valid email address in a form. |
|
Create an ASP SQL Stored Procedure by Jeff Anderson (3/11/2003)
|
| A beginners guide to setting up a stored procedure in SQL server and calling it from an ASP page. |
|
Creating an SQL Trigger by Jeff Anderson (3/11/2003)
|
| A beginners guide to creating a Trigger in SQL Server |
|
ASP Shopping Cart by CodeToad Plus! (4/17/2003)
|
| Complete source code and demo database(Access, though SQL compatible) to an ASP database driven e-commerce shopping basket, taking the user through from product selection to checkout. Available to CodeToad Plus! Members |
|
The asp:checkbox and asp:checkboxlist control by David Sussman, et al (7/8/2002)
|
| Checkboxes are similar to radio buttons, and in HTML, they were used to allow multiple choices from a group of buttons. |
|
Concatenate strings in sql by Jeff Anderson (4/8/2003)
|
| A brief introduction to concatenating strings in an sql query (using SQL server or access databases). |
|
The asp:radiobutton and asp:radiobuttonlist control by David Sussman, et al (7/8/2002)
|
| In HTML, radio buttons are used when we need to make multiple sets of choices available, but we want the user to select only one of them. |
|
The asp:listbox control by David Sussman, et al (7/8/2002)
|
| The next HTML server control that we'll look at, <asp:listbox>, is very much related to <asp:dropdownlist>. |
|
Using Cookies in ASP.NET by Robin Smith (6/25/2002)
|
| This tutorial takes you through the basics of using cookies in ASP.NET |
|
XML and JavaScript Tutorial by Premshree Pillai (9/3/2002)
|
| This tutorial shows how we can use XML and client side JavaScript. We will see how we can display the contents of a XML file using JavaScript, accessing child elements, manipulating elements etc. |