is there a way to detect if the image is null? when i click a row, the image will be set into a picturebox. i saw a tutorial which lets me see the image but if only happens if the image column is not null. so i'm planning to set a default pic to those data with null image
@waltergermanes45284 жыл бұрын
Which data type you use for image in database?
@1BestCsharpblog4 жыл бұрын
image
@TriMinh-jo9in4 жыл бұрын
@@1BestCsharpblog how to insert image in database??
@1BestCsharpblog4 жыл бұрын
sql - kzbin.info/www/bejne/aYvNpJyjg7GXgrs mysql - kzbin.info/www/bejne/jH2QeK1_nLFqhsk
@tony-6916 жыл бұрын
how to retrieve image from path(not image type on database) to datagridview?