Problem with AsyncFileUpload in WebForm (after being published in server) – “AjaxControlToolkit.Properties.Resources.resources” not found
I’m working in a solution created in ASP.NET – Framework 3.5.
I’m working in a solution created in ASP.NET – Framework 3.5.
I implemented the AsyncFileUpload control on a web page. This web page requires uploaded files to appear in a GridView.
The GridView contains the following columns: “File Name“, “Confidential” Check Box, and a “Remove” button to remove the uploaded file.