How do i do this
If this the image column in database is empty hide this image from page
<asp:Image ID="Image3" runat="server" class="" Style="width: 100%" ImageUrl='<%# "UserImage/"+Eval("ImageName1")%>' />
Please refer the below link and first understand the logic after that implement in your code.Don’t copy paste code.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.