I have a image stored in database and it is displayed in Gridview. When i click the image it will pop up as zommed image. The issue here is image displayed in gridview increases the gridview column height, i decreased the height but the pop up stopped working correctly. so is it possible to bind the image with URL, i didn't know to work on it.
<asp:TemplateField HeaderText="Image">
<ItemTemplate>
<asp:Image ID="Image1" runat="server"/>
</ItemTemplate>
</asp:TemplateField>