Main > Free Download Search >

Free validation controls script

validation controls

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1314
Implementing Validation Controls 1

Implementing Validation Controls 1


Validation controls are used to validate the users input. The validation controls can be attached to input controls to check the values that are entered by the user. This tutorial explains how to check the values entered by the user by using 6 more>> Validation controls are used to validate the users input. The validation controls can be attached to input controls to check the values that are entered by the user. This tutorial explains how to check the values entered by the user by using 6 standard validation controls.<<less
Added: 2008-06-30 License: Freeware Price: $0.00USD
12 downloads
Checkbox Form Validation Control 1.0

Checkbox Form Validation Control 1.0


A very simple and powerfull Checkbox Form Validation javascript !!!! Frequently used script in forms for various situation. (when you need a manual "agree" from the user before submiting a form etc...) more>> A very simple and powerfull Checkbox Form Validation javascript !!!! Frequently used script in forms for various situation. (when you need a manual "agree" from the user before submiting a form etc...)<<less
Added: 2007-07-13 License: Other Price: $0.00USD
10 downloads
Duplicator controls 0.9

Duplicator controls 0.9


Allow elements group duplication, i.e. create dynamically input controls into your web pages without reloads, based on a "model". This mini-library is useful in applications in which is necessary to capture an arbitrary number of items (such as order more>> Allow elements group duplication, i.e. create dynamically input controls into your web pages without reloads, based on a "model". This mini-library is useful in applications in which is necessary to capture an arbitrary number of items (such as order items, single catalogs, quotations, and others). Works similar to gmail contact list. *Only for Mozilla family*<<less
Added: 2005-01-25 License: GPL Price: 0.00
11 downloads
Validation in ASP.NET 1

Validation in ASP.NET 1


Validation server controls are set of controls that enable you to work with the information your end users inputs into application. To ensure valid data is collected, we apply set of validations to data we collect. Validation is a set of rules that you more>> Validation server controls are set of controls that enable you to work with the information your end users inputs into application. To ensure valid data is collected, we apply set of validations to data we collect. Validation is a set of rules that you apply to the data you collect.<<less
Added: 2008-04-16 License: Freeware Price: $0.00USD
14 downloads
URL Validation 1.4

URL Validation 1.4


This script is used to validate the URL that your users submit when viewing your site. The script helps prevent Remote File Inclusions, SQL injections, and other forms of hacking attempts. You can include the script in any PHP file to secure your more>> This script is used to validate the URL that your users submit when viewing your site. The script helps prevent Remote File Inclusions, SQL injections, and other forms of hacking attempts. You can include the script in any PHP file to secure your website. FEATURES: * Automatically checks our database for new risks. * Blocks malicious URL requests. * Redirects malicious requests to our website for logging. REQUIREMENTS: * PHP * cURL<<less
Added: 2008-06-12 License: GPL Price: $0.00USD
11 downloads
Form validation

Form validation


You have a form on your website and you want to make sure that your users use the form correctly. So I thought about the best way of doing this, and immediatly dismissed the idea of JavaScript because JavaScript can easily be disabled. So I knew that PHP more>> You have a form on your website and you want to make sure that your users use the form correctly. So I thought about the best way of doing this, and immediatly dismissed the idea of JavaScript because JavaScript can easily be disabled. So I knew that PHP was the answer. Here is my solution.<<less
Added: 2008-09-19 License: Other Price: $0.00USD
17 downloads
ASP.NET 2.0: Data Bound Controls

ASP.NET 2.0: Data Bound Controls


In this tutorial you will learn about Data Bound Controls - The Hierarchy of Data Bound Controls, Simple Data Bound Controls, Composite DataBound Controls and Hierarchical Data Bound Controls. more>> In this tutorial you will learn about Data Bound Controls - The Hierarchy of Data Bound Controls, Simple Data Bound Controls, Composite DataBound Controls and Hierarchical Data Bound Controls.<<less
Added: 2006-06-04 License: Freeware Price: Free
1237 downloads
Email Validation script

Email Validation script


This nice and simple script that uses regular expressions to check that a form field contains a valid email address. more>> This nice and simple script that uses regular expressions to check that a form field contains a valid email address.<<less
Added: 2005-11-12 License: Freeware Price: $0.00USD
10 downloads
Date Validation in ASP.NET

Date Validation in ASP.NET


In this tutorial, we will try to validate some data coming from a form input. While using this sample code will check the date is true and in correct format. We will compare the date within a culture more>> In this tutorial, we will try to validate some data coming from a form input. While using this sample code will check the date is true and in correct format. We will compare the date within a culture date format. Code can do two jobs for us : date is valid and date is in correct format.<<less
Added: 2007-01-08 License: Freeware Price: Free
1038 downloads
UPS address validation tool 1.0

UPS address validation tool 1.0


With UPS Address Validation, available in the latest XML technology, you don?t have to worry about your customers entering incorrect address information. If customers make a mistake, UPS Address Validation alerts them with an error message, ensuring that more>> With UPS Address Validation, available in the latest XML technology, you don?t have to worry about your customers entering incorrect address information. If customers make a mistake, UPS Address Validation alerts them with an error message, ensuring that errors are corrected at the point of entry long before orders leave the shipping dock. This reduces costly returns for you and headaches for your customers. UPS Address Validation uses U.S. Postal Service guidelines to thoroughly check the city, state and postal code of every shipment. UPS provides up to ten alternate addresses, including an accuracy rate that lets your customers know how closely the address they entered matches the suggested address.<<less
Added: 2006-03-16 License: Freeware Price: $0.00USD
62 downloads
PHP validation and verification

PHP validation and verification


This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some more>> This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some coplicated logic to prevent the input of wrong symbols, check the consistence of the data and do whatever possible to make sure that it is all OK, there is still possibility that the users enter the wrong number. Though all said, we must try to prevent the most of human errors and the best way to do this is by using Regular Expressions. Basicly Regular Expressions are used for string matches. They are based on search and pattern matching strings in text. A lot of books are written about them, there are even some programming languages designed especially for Regular Expressions.<<less
Added: 2007-12-08 License: Freeware Price: $0.00USD
13 downloads
Eyesis Data Grid Control 1.0

Eyesis Data Grid Control 1.0


Create dynamic-easy-to-use data grid controls for your web site in seconds more>> Create dynamic-easy-to-use data grid controls for your web site in seconds<<less
Added: 2008-11-10 License: BSD Price: $0.00USD
17 downloads
Email validation in PHP 1.1

Email validation in PHP 1.1


This tutorial teaches you how to validate an email with PHP and regular expressions. more>> This tutorial teaches you how to validate an email with PHP and regular expressions.<<less
Added: 2006-06-23 License: Freeware Price: $0.00USD
11 downloads
ASP.NET 2.0 Training : Data Bound Controls

ASP.NET 2.0 Training : Data Bound Controls


ASP.NET 2.0 Training : Data Bound Controls - In this tutorial you will learn about Data Bound Controls - The Hierarchy of Data Bound Controls, Simple Data Bound Controls, Composite DataBound Controls more>> ASP.NET 2.0 Training : Data Bound Controls - In this tutorial you will learn about Data Bound Controls - The Hierarchy of Data Bound Controls, Simple Data Bound Controls, Composite DataBound Controls and Hierarchical Data Bound Controls.<<less
Added: 2005-09-27 License: Freeware Price: Free
1493 downloads
Really Simple Validation (RSV) 2.5

Really Simple Validation (RSV) 2.5


This small but powerful script lets you add javascript validation to your forms quickly and with very little effort. No programming experience is necessary, but its fully extensible to allow programmers to augment the built-in validation rules with more>> This small but powerful script lets you add javascript validation to your forms quickly and with very little effort. No programming experience is necessary, but its fully extensible to allow programmers to augment the built-in validation rules with their own. RSV comes in three flavours: as a standalone script, as a jQuery plugin and as a Prototype extension. All of the versions offer the same functionality, but have separate documentation and examples to help keep things clear. If youre unfamiliar with jQuery or Prototype youll probably want to use the standalone script.<<less
Added: 2008-06-20 License: GPL Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5