I'm working with ASP.Net. I have fileuploader in one web from and have Gridview in another form. I can upload image to the database from the first form and it saved in binary data field. How can I show each item's picture in Gridview?
Also I have problem with using Handler.Is there any simple way? Thank you