sending client-form

  • Thread starter Thread starter Alexander Widera
  • Start date Start date
A

Alexander Widera

hi,

i think this is a simple (beginner-)question, but i don't find an answer:

how can i send a simple client-form (<form method="post"
action="http://...."> ... </form>) in an aspx-page? the form should be
posted to an external url with the post-method.

thanks,
alex
 
hi,

i think this is a simple (beginner-)question, but i don't find an answer:

how can i send a simple client-form (<form method="post"
action="http://...."> ... </form>) in an aspx-page? the form should be
posted to an external url with the post-method.

thanks,
alex

Hi.

Asp.net 2.0 button has a property called postbackurl...
try that

Thanks
Masudur
 
Back
Top