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.
ASP.NET 4.7.2 Web Forms c# VS 2019
im trying to upload multiple file and save all the files in a data table.
the data table is storing only one file.
I tried to use htmleditorextender but I am getting error. below are my settings
I’m deploying my website on the server.
On a site I’m working on, the pages are generating 45 external WebResource.axd and ScriptResource.axd files so the broswers have to request all 45 references. That’s a lot of references so I’d like to know if there is a way that all of those requests could be combined into one request? I’ve seen that the Script Manager is supposed to be able to do something regarding that but I haven’t seen any results with the WebResource.axd and ScriptResource.axd files.
I have encountered a slightly bizarre bug while using the ajax control toolkit TabPanel. I have 4 tabs in row like so:
I started looking at the AjaxFileUpload control, specifically the ContextKeys property. However, I do not understand how to use it.
I display a gridview in a ModalPopupExtender.
When the screen resolution is to small, the pop-up is to big to all be displayed on the page.
Basically, I just want allow select dates greater than today. I’d prefer this way to avoid show alert messages.