Post from one url to another

  • Thread starter Thread starter Micke Palm
  • Start date Start date
M

Micke Palm

Hello!

I get some data in a domain from a other domain with request.form in aspnet.
The scenenario I want to do is to post it back like a form.

Can I do that in ASPNET?

I've tried this without any success.
lnkbTest.Attributes.Add("onClick",
"javascript:document.forms[0].action='http://mydomain/login.aspx';
document.forms[0].__VIEWSTATE='';")



/regards, Micke
 
Hi Micke,

I thik You can't cross post as of now...but you can surely do it with
asp.net 2.0, the up coming release.

Cheers,

Jerome. M
 
Back
Top