I've never created a donate button before, but I have done PayPal standard before on my site. I'd suggest checking out the asp.net control gallery at http://www.asp.net/community/control-gallery/.
Once you're there, just search for "paypal" or "paypal donation"
BTW, paypal donations are pretty easy from what I understand, and I don't think you need a asp server control for them. Is there a reason you're looking for a control instead of just pasting the html you can get from the paypal website:
If you log in under your account, you can go through a wizard that creates a donation button for you. What Paypal Components is handy for is something like payments standard or pro, where you have to process some sort of order fulfillment after payment. With
donations, there's no order fulfillment, so you can just log into your paypal account and see how much money people are giving you.
Does that make sense?
--Trevor
Naw I don't really care what it is. I just assumed that it had to be an asp.net control. Whatever gets the job done. I will look into my account and see what I got in there.
chobo2
Member
16 Points
615 Posts
Re: PayPal donate Plugin for asp.net?
Mar 05, 2008 12:44 AM|LINK
Naw I don't really care what it is. I just assumed that it had to be an asp.net control. Whatever gets the job done. I will look into my account and see what I got in there.
Thanks