Hello Forum,
There are two things I wish to achieve in my test project:
1. If I have an image data in my table, how can I make image data to appear or be displayed in my gridview? Because I discovered that even after I tried to bind image data to my gridview to display along with other data, the image data did not show in the gridview.
2. Secondly, how can I display a pop up when cursor is placed on a row in the gridview?
For example, if I have a grid-view on my webform and in that gridview, many image data is displaying, and then if I take cursor to a row, there should be a pop up that will show the image that is behind the data.
From a link which I was given before the pop up was not about image pop up but about address information.