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
 
Back
Top