I figured it out, I'm kind of new to the whole Details View control, but this is how I did it.
<cms:ImageSelector runat="server" id="AppImageSelector" UseImagePath="true" Value='<%# Eval("ApplicationImage") %>' />
Application Image is a Column of the Image GUID in the database. This really threw me because the Value attribute was not available in the code behind, only on the page.