I have a database where i store image path/Image paths in 'Path' Field and ID in Id field.
Now i want to show this complete database in a grid view. On clicking a particular record in grid view i should be able to download the image/images on client side in a folder using streaming???
Is the above said a feasible solution???
If yes please provide with reference material to achieve the same.