GraniteHouse
GraniteHouse copied to clipboard
Edit Product
If I want to update product and don't choose an image file
after "Update" button is pressed ---> Unhandled exception occurred
Had the same issue solved it width
if(files.Count>0 && files[0]!=null)
Though you might have more problems, set a breakpoint on that line and make sure you have indeed some string values in that list of files.
Great! It works now. Thanks