Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I download a web mail server , and its web interface made by asp.

 

I want to post the asp.net form(default.aspx) from my site to the mail server's web interface(mail/default.asp).

 

I try to use

Server.Transfer("mail/default.asp") to post , but failed.

 

How to do ?

Posted

You mean Post to ASP page, not redirect right?

 

ASP.NET also can work as normal ASP page, I mean do not use "code-behind", then you should able post to ASP page like a normal ASP.

Posted

Thank bungpeng.

I have already knew how to do . I add Attribute on the SubmitButton and use java disable the page's viewstate then post the form.

 

Thank Robby too.

I know how to use Server.Transfer now

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...