Credit Card Function in .net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Limno
    New Member
    • Apr 2008
    • 92

    Credit Card Function in .net

    Hai,

    Can anyone tell me, how to calculate credit card functions in .net.
    if user enter a value in textbox. it should accept only that credit card code values in textbox.

    how can i do this. i think i can do this using mod16 function. But i m not sure how to code this.

    i m using ASP.NET(C#).

    Suggest me
    Thanks in Advance.
    Limno
  • shweta123
    Recognized Expert Contributor
    • Nov 2006
    • 692

    #2
    Hi ,

    You can have look at these links :
    Link1
    Link2

    Originally posted by Limno
    Hai,

    Can anyone tell me, how to calculate credit card functions in .net.
    if user enter a value in textbox. it should accept only that credit card code values in textbox.

    how can i do this. i think i can do this using mod16 function. But i m not sure how to code this.

    i m using ASP.NET(C#).

    Suggest me
    Thanks in Advance.
    Limno

    Comment

    Working...