IT Nursery
I am having a problem where I am trying to delete my file but I get an exception. if (result == "Success") { if (FileUpload.HasFile) { try { File.Delete(Request.PhysicalApplicationPath...
  • June 2, 2022
  • 0 Comments