Welcome To Snipplr


Everyone's Recent ASP Snippets Tagged validation



« Prev 1 Next »
0 769 posted 12 years ago by nickaranz
When submitting a bizform in Kentico it has some crappy default message. Change them in this file.
0 632 posted 12 years ago by inreflection7
YouTube offers a method for users and developers to embed video on their web pages. Unfortunately the code that they use doesn't validate. Use this function to make YouTube's embed code validate.
2 778 posted 15 years ago by neal_grosskopf
Uses the Luhn formula to quickly validate a credit card. Basically all the digits except for the last one are summed together and the output is a single digit (0 to 9). This digit is compared with the last digit ensure a proper credit card number is...
2 822 posted 17 years ago by savageideas
« Prev 1 Next »