I am using sql server for a database and we have pictures stored for each employee. The picturebox displays the photo for each employee. I had no problem when they were located on my c drive. But when trying to pull a photo from our internal server, I get the error. The format I am using is:
//nitranet/HRphotos/smithjones.jpg.
When i click on a certain record, I get this error" URI formats are not supported
When I cut and paste this file on a MS explore page, I get the photo.
Is there a certain syntax structure.?
//nitranet/HRphotos/smithjones.jpg.
When i click on a certain record, I get this error" URI formats are not supported
When I cut and paste this file on a MS explore page, I get the photo.
Is there a certain syntax structure.?