action = page.aspx

  • Thread starter Thread starter LIN
  • Start date Start date
L

LIN

How do I submit a ASPX form to lets say thankyou.aspx?

I tried writing in the action attribute of the form tag but it seems to
submit to same page only. What am I doing wrong here?

Thanks

LIN
 
Hi
You can do a server.transfer or response.redirect on page postback. Thanks
Ibrahim
you can try server
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top