Hi Terry,
If I navigate to the page with the querystring, I just get a blank page, no error, no nothing!
I am using ASP.NET 2.0 but am not using a theme. I'm using MasterPages but the head tag in the MasterPage has it's head tag set as a server control (<head runat=server>)
The ASP.NET markup for my downloadImage.aspx page is;
<%
@ Page Language="VB" AutoEventWireup="false" CodeFile="downloadImage.aspx.vb" Inherits="downloadImage" %>
The stored procedure works fine if you run it directly so there's something not working from the ASP.NET perspective.