I get data from the database in which is images and some other fields, now I want that when I click on the Image they open in the new window my code is
<a target="_blank" href="#">
<img alt="" src="<%#"data:Image/png;base64,"+Convert.ToBase64String((byte[])Eval("ImageData")) %>"" width="200" height="200" />
</a>
what should I do this img pass to next window and display large or actual size