Hi
I have image control in my page I want bind it from DB how i can do it?
it is not in datalist or gridview
<asp:Image ID="Image1" runat="server" />
thanks
Simply try
Image1.ImageUrl ="~/image/behcode/" + _dr["Image_Behcode"].ToString();
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.