Re: A stupid newbie question
- From: Johnny Jörgensen <johnny@xxxxxxxxx>
- Date: Tue, 26 May 2009 16:18:46 +0200
Exactly
I need to get information to a third party credit card service that expects the information to come from a form using http post.
I calculate the values in my code behind and fill in hidden fields in the form and want to post the form programmatically. The user should not be involved in this. All he will know is that he goes to the third party site, do his stuff (credit card payment) and returns to our site.
/Johnny J.
"Mark Rae [MVP]" <mark@xxxxxxxxxxxxxxxxx> skrev i meddelandet news:uCYNwrg3JHA.3676@xxxxxxxxxxxxxxxxxxxxxxx
"Johnny Jörgensen" <johnny@xxxxxxxxx> wrote in message news:e6Klhvf3JHA.1380@xxxxxxxxxxxxxxxxxxxxxxx
But now I have a scenario where I have to submit the form automatically from codebehind.
Can you please go into a little more detail...
Form submission is a client-side function, not a server-side (i.e. code behind) function. I.e. the user is presented with a form, fills in some boxes etc, and then presses the button which submits the form, usually in ASP.NET apps by means of a postback.
When you say you want to "submit the form automatically from codebehind", what do you actually mean?
Are you saying that you are trying to fill in the texboxes etc automatically without any user intervention...?
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
.
- Follow-Ups:
- Re: A stupid newbie question
- From: Mark Rae [MVP]
- Re: A stupid newbie question
- From: Andrew Morton
- Re: A stupid newbie question
- References:
- A stupid newbie question
- From: Johnny Jörgensen
- Re: A stupid newbie question
- From: Mark Rae [MVP]
- A stupid newbie question
- Prev by Date: Re: In search of a good obfuscator for C#
- Next by Date: Re: A stupid newbie question
- Previous by thread: Re: A stupid newbie question
- Next by thread: Re: A stupid newbie question
- Index(es):
Relevant Pages
|