aspx form post to another site

  • Thread starter Thread starter Sam Carleton
  • Start date Start date
S

Sam Carleton

My new asp.net 2.0 web site just went live today!

http://www.miltonstreet.com

Being the typical tinker, I am already adding to it! This is my
photography studio's web site. I use another service
(www.collages.net) to host each photo session and I would like to put a
login form on my web site to log into this other services web page. I
just want to make it easier for the customer.

Here is the kicker, I am using master pages, so it does appear I have
to use aspx pages, I cannot simply use a html page. The services web
site is expecting the form to do a get, not a post. What is the best
way to have the aspx page "post" to the service provider? heck, what
is any way to do it;)

Sam
 
Back
Top