Home All Groups Group Topic Archive Search About
Author
13 May 2005 4:50 AM
Sandy
I need a credit card validator.  Is there reliable code already written that
anyone knows of?  I have come across a few things; i.e. the Luhn-10
algorithm, but don't know if that still applies or is obsolete and
additionally, how would I incorporate it into a vb.Net app?

Does anyone have helpful links?
--
Sandy

Author
13 May 2005 6:08 AM
TJS
google this :

asp.net credit card validation


Show quoteHide quote
"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:1F55D7A8-AD10-46EF-8B53-FC41AD794630@microsoft.com...
>I need a credit card validator.  Is there reliable code already written
>that
> anyone knows of?  I have come across a few things; i.e. the Luhn-10
> algorithm, but don't know if that still applies or is obsolete and
> additionally, how would I incorporate it into a vb.Net app?
>
> Does anyone have helpful links?
> --
> Sandy
Are all your drivers up to date? click for free checkup

Author
13 May 2005 6:43 AM
Ben Amada
Sandy wrote:

> I need a credit card validator.  Is there reliable code already written
> that anyone knows of?  I have come across a few things; i.e. the Luhn-10
> algorithm, but don't know if that still applies or is obsolete and
> additionally, how would I incorporate it into a vb.Net app?
>
> Does anyone have helpful links?

Luhn formula still works.  Here's a javascript implementation of Luhn:

http://www.brainjar.com/js/validation/default2.asp

You can somehow incorporate it into an ASP.NET page yourself, or you could
use a 3rd party validator that does credit card validation like this one:

http://www.peterblum.com/VAM/SpecializedValidators.aspx?ReturnUrl=Home.aspx%23Specialized

Ben
Author
13 May 2005 9:10 AM
Hermit Dave
Sandy,

Have a look at this article. It contains a demo code and an asp.net control
which does basic validation
http://www.codeproject.com/aspnet/creditcardvalidator.asp

HTH,

Hermit Dave
http://hdave.blogsot.com


Show quoteHide quote
"Sandy" wrote:

> I need a credit card validator.  Is there reliable code already written that
> anyone knows of?  I have come across a few things; i.e. the Luhn-10
> algorithm, but don't know if that still applies or is obsolete and
> additionally, how would I incorporate it into a vb.Net app?
>
> Does anyone have helpful links?
> --
> Sandy
Author
13 May 2005 9:22 AM
Eirik Eldorsen
I use this validator:

http://www.codeproject.com/aspnet/creditcardvalidator.asp


Show quoteHide quote
"Sandy" <Sa***@discussions.microsoft.com> skrev i melding
news:1F55D7A8-AD10-46EF-8B53-FC41AD794630@microsoft.com...
>I need a credit card validator.  Is there reliable code already written
>that
> anyone knows of?  I have come across a few things; i.e. the Luhn-10
> algorithm, but don't know if that still applies or is obsolete and
> additionally, how would I incorporate it into a vb.Net app?
>
> Does anyone have helpful links?
> --
> Sandy
Author
13 May 2005 3:09 PM
Peter Blum
A CreditCardNumberValidator is one of the 25 validators in my Professional
Validation And More (http://www.peterblum.com/vam/home.aspx). Its fully
tested, supports client-side validation (on many more browsers than the
ordinary Microsoft validators), and allows customizing the list of credit
card brands.

--- Peter Blum
www.PeterBlum.com
Email: PLB***@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx

Show quoteHide quote
"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:1F55D7A8-AD10-46EF-8B53-FC41AD794630@microsoft.com...
>I need a credit card validator.  Is there reliable code already written
>that
> anyone knows of?  I have come across a few things; i.e. the Luhn-10
> algorithm, but don't know if that still applies or is obsolete and
> additionally, how would I incorporate it into a vb.Net app?
>
> Does anyone have helpful links?
> --
> Sandy
Author
13 May 2005 4:40 PM
Sandy
Thanks All! 

--
Show quoteHide quote
> Sandy
Author
13 May 2005 4:43 PM
Steve C. Orr [MVP, MCSD]
Here's some good links that can get you started:
http://www.componentone.com/paypal/
http://www.verisign.com/products-services/payment-processing/online-payment/index.html
http://www.paypal.com/cgi-bin/webscr?cmd=_merchant-outside

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net


Show quoteHide quote
"Sandy" <Sa***@discussions.microsoft.com> wrote in message
news:1F55D7A8-AD10-46EF-8B53-FC41AD794630@microsoft.com...
>I need a credit card validator.  Is there reliable code already written
>that
> anyone knows of?  I have come across a few things; i.e. the Luhn-10
> algorithm, but don't know if that still applies or is obsolete and
> additionally, how would I incorporate it into a vb.Net app?
>
> Does anyone have helpful links?
> --
> Sandy



Post Thread options