public string GetImage(string orderid) { byte[] b = orderbusinesslogic.getSignature(orderid); Response.BinaryWrite(b); return(b.ToString()); }