Friday 2 March 2012

PayPal integration with Asp.Net Using C#

PayPal integration with Asp.Net Using C# 

Default.aspx

---------------------->

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
 <input type="hidden" name="business" value="Seller Account Address" />
    <input type="hidden" name="item_name" value="Your Product" />
    <input type="hidden" name="amount" value="Total Amount of Purchase" />
 <input type="hidden" name="return" value="Redirect Page URL of Your Project">
   <input type="image" src="https://www.sandbox.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
</form>





demo of PayPal integration with Asp.Net Using C#



Share This
Previous Post
Next Post

0 Comments: