Click here to Skip to main content
15,886,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to mix ASP.NET Forms and Windows authentication Pin
Jörgen Andersson3-May-12 9:08
professionalJörgen Andersson3-May-12 9:08 
Questionvalidate month Pin
indian1431-May-12 10:57
indian1431-May-12 10:57 
AnswerRe: validate month Pin
egenis2-May-12 1:58
egenis2-May-12 1:58 
QuestionForms Authentication Pin
MWRivera1-May-12 9:12
MWRivera1-May-12 9:12 
AnswerRe: Forms Authentication Pin
ZurdoDev2-May-12 4:56
professionalZurdoDev2-May-12 4:56 
GeneralRe: Forms Authentication Pin
MWRivera2-May-12 4:58
MWRivera2-May-12 4:58 
QuestionPaypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
masterprogrammertech1-May-12 5:58
masterprogrammertech1-May-12 5:58 
AnswerRe: Paypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
jkirkerx1-May-12 13:14
professionaljkirkerx1-May-12 13:14 
masterprogrammertech wrote:
https://payflowlink.paypal.com/?"PARTNER=PayPal&VENDOR=technoark43&USER=managerusername &PWD=managerpassword&TRXTYPE=A&AMT=40.00&CREATESECURETOKEN=Y&SECURETOKENID=1252875de1413adsdd60c86cdsdb15"


You should move the double quote to beginning of url, but I doubt that will fix it

Looks like you need to url encode the url before transmission to fix the dot . in 40.00, I think the dot is an illegal url char

[EDIT]

The dot is a legal character, what was I thinking!

AMT=40.00


"https://payflowlink.paypal.com/?PARTNER=PayPal&VENDOR=technoark43&USER=managerusername &PWD=managerpassword&TRXTYPE=A&AMT=40.00&CREATESECURETOKEN=Y&SECURETOKENID=1252875de1413adsdd60c86cdsdb15"


modified 2-May-12 15:57pm.

GeneralRe: Paypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
masterprogrammertech2-May-12 7:34
masterprogrammertech2-May-12 7:34 
GeneralRe: Paypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
jkirkerx2-May-12 8:17
professionaljkirkerx2-May-12 8:17 
QuestionRe: Paypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
masterprogrammertech2-May-12 19:22
masterprogrammertech2-May-12 19:22 
AnswerRe: Paypal Payflow Link/Paypal Advanced Payments Integration in C# Pin
jkirkerx3-May-12 6:36
professionaljkirkerx3-May-12 6:36 
QuestionDeleting User Cache only for the very first time Pin
masterprogrammertech1-May-12 5:43
masterprogrammertech1-May-12 5:43 
AnswerRe: Deleting User Cache only for the very first time Pin
jkirkerx1-May-12 13:17
professionaljkirkerx1-May-12 13:17 
Questionasp.net communicate with test web server Pin
rachel_m30-Apr-12 7:00
rachel_m30-Apr-12 7:00 
AnswerRe: asp.net communicate with test web server Pin
R. Giskard Reventlov30-Apr-12 7:42
R. Giskard Reventlov30-Apr-12 7:42 
AnswerRe: asp.net communicate with test web server Pin
ZurdoDev30-Apr-12 10:38
professionalZurdoDev30-Apr-12 10:38 
GeneralRe: asp.net communicate with test web server Pin
rachel_m30-Apr-12 11:57
rachel_m30-Apr-12 11:57 
GeneralRe: asp.net communicate with test web server Pin
R. Giskard Reventlov30-Apr-12 12:08
R. Giskard Reventlov30-Apr-12 12:08 
GeneralRe: asp.net communicate with test web server Pin
ZurdoDev30-Apr-12 14:47
professionalZurdoDev30-Apr-12 14:47 
GeneralRe: asp.net communicate with test web server Pin
rachel_m30-Apr-12 17:51
rachel_m30-Apr-12 17:51 
Questionasp.net test setup Pin
rachel_m30-Apr-12 6:58
rachel_m30-Apr-12 6:58 
AnswerRe: asp.net test setup Pin
ZurdoDev30-Apr-12 10:40
professionalZurdoDev30-Apr-12 10:40 
GeneralRe: asp.net test setup Pin
rachel_m30-Apr-12 17:54
rachel_m30-Apr-12 17:54 
GeneralRe: asp.net test setup Pin
ZurdoDev1-May-12 1:55
professionalZurdoDev1-May-12 1:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.