Post data to different site from server-side
-
I want to send data to a different site using "post" method. if anyone has any idea about it please let me know ASAP. It's urgent.....thanks in advance:confused: Ashok Singh Real Programmer's do not comment their code, if it is hard to write then it should hard to understand
-
I want to send data to a different site using "post" method. if anyone has any idea about it please let me know ASAP. It's urgent.....thanks in advance:confused: Ashok Singh Real Programmer's do not comment their code, if it is hard to write then it should hard to understand
By default, runat Server forms do not allow for ACTION attributes to be set and as far as I know, the behavior is Postback:-D But it is not impossible altogether :) to submit it to a different site. Perhaps you can use a small JavaScript trick to submit the form to a different site or programmatically submit it to a different site using WebRequest. (I have'nt tried the latter mechanism in depth though, but feel that should work on a breif tour of the various methods available over there) Did this solve your query? Deepak Kumar Vasudevan http://deepak.portland.co.uk/