How we implement the multiple paypal value with gridview in
my website and how we make a payment through Credit Card.



How we implement the multiple paypal value with gridview in my website and how we make a payment t..

Answer / Pravin Kumar Tiwari

To implement multiple PayPal values with a GridView in your ASP.NET website, you can follow these steps:
1. Create a data source for the products or services you want to sell (e.g., a database table).
2. Bind the data source to a GridView control.
3. Add <asp:TemplateField> controls inside the GridView's <Columns> tag to display custom templates for each row, which can include PayPal Buy Now buttons or Add to Cart buttons.
4. Configure the PayPal SDK to work with your ASP.NET application by following the instructions provided in the PayPal developer documentation.
5. When a user clicks on a PayPal button, redirect them to the PayPal website to complete the payment process using their preferred method (e.g., credit card).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what are the web form events available in asp.net?

1 Answers  


Interface and Abstract class, inheritance, abstraction with examples. Polymorphism (difference betn overloading and overriding

2 Answers   Syntel,


What is the difference between excute query and excute nonquery.?

4 Answers  


What’s the difference between asp.net web forms and asp.net mvc?

1 Answers  


What are the advantages of passport authentication?

1 Answers  


How can u sort strings in array where strings are passed to method as arguments.

3 Answers   CTS, Syncfusion,


What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.

4 Answers   ABC, Syntax Softtech, TCS,


what is abstract class and method..

2 Answers  


In which module you have worked in your .net project explain?

1 Answers   TechSolution,


Difference between application events and session events

1 Answers  


How to implement role based security in asp.net mvc? : Asp.Net MVC

1 Answers  


What is the server of asp.net?

1 Answers  


Categories