I have an Oracle DB with a BLOB column that stores personal data and images of people. I need to display that image on the page when the user clicks the hyperlink of the person's last name. So far, I have all of the other information from the row displaying in a DetailsView grid. But I don't...