How to let users choose their past credit cards as payment options? ASP.NET

Archican

New Member
I am storing the credit card details that the user enters during checkout in the database. If the user has more than one credit card associated with a user, how can I display those details to the user, and allow him to choose one or enter a new credit card and checkout?I know that gridview can display the options. Should I add radio buttons in the gridview and go in that direction, or should I dynamically add table rows?? Which is the best way?
 
Back
Top