i need to get this done because i have to send that info to a bank web site via method post, they'll receive my info, display another page and ask for more info to the end user, then the bank will process all gathered info and go back to my web site...

this has been working in php but now i have to accomplish it in asp.net but i think asp.net's method POST is not similar to asp's method POST...

any suggestions?