Sir,
I have a registration form with 35 Fileupload controls for all different documents.
If i save around 10 fileupload then it's ok, it's saving file to database as binary, but when I am saving all fileuploade file to database then it's giving me an error as "System.IO.IOException: The process cannot access the file because it is being used by another process."
why?