C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » .NET »

Error in paypal code


Posted Date: 03 Jul 2009      Posted By: ajay      Member Level: Bronze     Points: 1   Responses: 0



Sorry friends the exact paypal code that i have used

redirect += "https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=" + email;
redirect += "&item_name=" + lblItemName.Text;
redirect += "&amount=" + String.Format("{0:0.00}", amount);
redirect += "&item_number=" + lblItemName.Text;
redirect += "Currency=USD";//redirect += "&add =1";
redirect += "&return=http://www.hostlogue.com/index.aspx";
redirect += "&cancel_return=http://www.hostlogue.com/cancel.aspx";
redirect += "notify_url=http://www.hostlogue.com/thankspaypal.aspx";
redirect += "&custom=" + ID;
Response.Redirect(redirect);
con.Close();
that and cancel.aspx page is in the server
when i click the cancel and return url its give the url cancel_returns+notify_url please help me what i can do its urgent





Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Post Reply
You must Sign In to post a response.
Next : Windows services
Previous : Diff in list
Return to Discussion Forum
Post New Message
Category: .NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use