Thank you both... Server.Transfer() may work for me, however I will also need to set the source of an iframe to Page.xyz.
What I am trying to do is 1.) upload two files, 2,) run an update query. I need to display status info during process. I dont need to give byte-by-byte status during the file uploads, but during the update I need to display progress because it is very long. Is using a httphandler the best way to do this?
Thanks