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

Answers were Sorted based on User's Feedback



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

Answer / amit kumar

Use This Code To Integrate The Paypal payment

<form method="post" action= "https://www.paypal.com/cgi-
bin/webscr">
<input type="hidden" id="cm" name="cmd" value="_xclick">
<input type="hidden" name="business" value="my@email.com">
<input type="hidden" name="item_name" value="Item1">
<input type="hidden" name="item_number" value="4444">
<input type="hidden" id="am" name="amount" value="40">
<input type="hidden" name="no_shipping" value="4">&nbsp;
<input type="submit" value="Buy Now" style="z-index:
100; left: 388px; position: absolute; top: 249px"
id="Submit1" onclick="return Submit1_onclick()">
</form>

Is This Answer Correct ?    9 Yes 3 No

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

Answer / boss

To integrate any payment gateway with your web site you have
to download a package from that company upon some agreement
and integrate with a payment page in your site. The package
will contain an interface page where you can redirect the
customer to secure transaction page along with amount he
entered. And after a successful transaction the control will
come back to your page with a transaction status.

Is This Answer Correct ?    8 Yes 5 No

Post New Answer

More ASP.NET Code Interview Questions

How to Export Data to Excel?

4 Answers   Eastcom Systems,


Code for a Simple Way to Write XML in .NET (XmlTextWriter)

1 Answers  


What do you create for easier access of data?

3 Answers   NIIT,


Coding for Synchronizing Cache Access in ASP.NET?

0 Answers  


how can we close a web page in asp.net without using jscript?

4 Answers  






Code for Sending E-Mail with System.Web.Mail?

2 Answers  


How to get the row index on checking a Checkbox in a ListView

1 Answers   TCS,


How to use Client-side Script to Focus Controls in ASP.NET?

0 Answers  


How to Create Scrollable Micro Windows?

2 Answers  


Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.

0 Answers   TCS,


How to get the row index on checking a Checkbox in a ListView

1 Answers  


How to send e-mail from an ASP.NET application?

16 Answers   DataPoint, Infosys, Persistent, Radar, TCS, Wipro,


Categories
  • ASP.NET Code Interview Questions ASP.NET Code (46)
  • VB.NET Code Interview Questions VB.NET Code (9)
  • C Sharp Code Interview Questions C Sharp Code (51)
  • ADO.NET Code Interview Questions ADO.NET Code (8)