Can one aspx page post to another aspx page? I have a form on one page, and I would like it to post to another aspx page, but if I change the action, it still submits to itself. Could I do a response.redirect if it is not a postback? Would the posted data be there? Thanks for any input!
-Drew
-Drew