hi,
how to give path in datagridview image column dynamically for exe file.
i am binding image in dadatgridview from my application local image folder like
Image image_v = Image.FromFile("E:\\JHBNewAPI\\JIOMEET_REGEXE\\JIOMeet\\VidyoClientAPI_Sample_DotNet_3_3_4_0004\\images\\mask_group1.png");
its so show when i run my application.
but when i run through exe file to other system.getting exception."system.IO file not found.
Please find screenshort