Re: Best way to get FORM variables?
- From: "Mark Rae" <mark@xxxxxxxxxxxxxxxxx>
- Date: Wed, 24 Jan 2007 17:42:09 -0000
"brett" <account@xxxxxxxxx> wrote in message
news:1169659546.385868.192910@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
This is a regular HTML form. There aren't any ASP.NET controls on the
page. I'm using PayPal and the form it sends back has variables I sent
but may have other variables PayPal adds. I need to check by variables
name to avoid breaking the sproc.
Oh right - you didn't mention any of that in your OP...
No matter - presumably you're talking abount IPN / PDT here...? I have a
method for this which uses WebRequest and WebResponse which gets round this
issue completely.
However, you can certainly walk through the Request.Form collection and
extract the keys and their values:
http://authors.aspalliance.com/aspxtreme/sys/web/httprequestclassform.aspx
.
- Follow-Ups:
- Re: Best way to get FORM variables?
- From: brett
- Re: Best way to get FORM variables?
- References:
- Best way to get FORM variables?
- From: brett
- Re: Best way to get FORM variables?
- From: Mark Rae
- Re: Best way to get FORM variables?
- From: brett
- Best way to get FORM variables?
- Prev by Date: Re: Generic List to String
- Next by Date: Re: Hidden IFrame Values Not Making It To Server: How Do I Debug This?
- Previous by thread: Re: Best way to get FORM variables?
- Next by thread: Re: Best way to get FORM variables?
- Index(es):
Relevant Pages
|