JasonNevin
Programmer
I have a VB.NET web form that creates a PDF report based on some database results. The form uses response.redirect to display the file it creates. What this means of course is that the user has to use the back button in their browser to return to the page from where they triggered the report request. I would prefer if possible to spawn the report web form into a new window so that the user can just close it or keep it in the background as is required. Is there anyway of doing this in vb.net? Does anyone know of a better way of doing this?
Thanks
Thanks