Hi,
Ok, I understand, but you can verify the Image field for the 2 and in the thumb case the code will be
<%Dim ImgShow ImgShow = rsImage.Fields.Item("Image").Value IF ImgShow <>"" THEN%> <img src="<%=rsImage.Fields.Item("Image_thumb").Value%>"> <%ELSE%> <img src="images/pixel.gif"> <%End If%> |
|
|