I have an event called SubmitResponse().
SubmitResponse()
A user is presented with a list of questions and possible responses. After completing the responses, the user
You can do the printing and redirect all via javascript. Here is an example that should work:
function doPrint() { window.print(); document.location.href = "Somewhere.aspx"; }
Link it to a Button:
Button