The asp project I'm working on has several forms (not using frames). When the user submits the form, it gets submitted to itself, where I do my validation. If any fields are invalid, I redisplay the html with error messages at the top. If all fields are valid, I do a response.redirect to display whatever other screen I need.
The code I'm working on now is a report generator... if fields are invalid, I want to redisplay the same page (like above). But if all fields are valid, I want to display the output in a new broswer window. Can I do this with a response.redirect?
Thanks!
The code I'm working on now is a report generator... if fields are invalid, I want to redisplay the same page (like above). But if all fields are valid, I want to display the output in a new broswer window. Can I do this with a response.redirect?
Thanks!