hi, i'm new to programming and trying to create asp.net page where need to display image and description in two different columns.
have no problem with data, but in image column i only see link with image name.
images are stored in directory, sql database contains only image names
what would be the best way to display images in data grid?
and please be more specific because i already heard that its good to store image names(paths) in db and display them from html part
i'm deperate because trying to solve this for ttwo full days now
thanks in advance