Click here to Skip to main content
15,888,290 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing a ecommerce website.
I have a query,
when a user add some products into hos cart, and then he need to login his account for Checkout, i am using a listview in Sidebar to display the User Order History At present.

then On Button Of " PayNow", how i can send values of Listview to the " Paynow" button and i will be redirect to Paypal for payment.

so, please give me a prefect solutions for Payment methods
Posted

1 solution

Use checkbox for each items in the listview.
See the example here[^] and on button click, iterate through all the items that are checked and store it in a temporary storage, i.e List/ Array/ User defined object etc.

And now for the PayPal integration, a very nice article is given on CodeProject, see
Introduction to PayPal for C# - ASP.NET developers[^]

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900