Error!
-
Hi all, I have this problem with my website, when I insert data I get an error Specified cast is not valid. And this is the source error: What could be the problem? Thanks
It may be showing you the error becuase you are converting image type to string. which might be the problem that you are facing. KHATRI
-
It may be showing you the error becuase you are converting image type to string. which might be the problem that you are facing. KHATRI
The problem was actually in the code behind. But now I have solved it I was adding: InsertEmpty(); yet I was not supposed But now I'm facing another error after deploying it on server it works properly but when on the client side the user tries to insert data an error occurs: Exception Details: System.Runtime.InteropServices.COMException: The network path was not found Why would this happened. Thanks