Failed to save a file using ExcelFile
Im using ExcelFile to edit a excel file, then saving it as a pdf file. Everything is working on ASP.Net, but when im using Blazor it didn’t work. The error that i got is:
Im using ExcelFile to edit a excel file, then saving it as a pdf file. Everything is working on ASP.Net, but when im using Blazor it didn’t work. The error that i got is:
I have a list and need to add as a option tag to Select tag in jquery:
I have simple form for Login page. However it is giving me error saying Request doesnt exist in that context. How do I fix it?
So I’ve written an api on ASP.Net-Core and I want to run some csvReader methods as soon as the server starts. Currently it just starts up and doesn’t run my DataMigrationController.
When i signout i want it to show an are you sure dialogbox, and if the user click yes it will log out and clear cache- but it never appears, the website just keeps loading. Kan anyone tell me why?
I’m trying to work out how to test that a message and log level are correct in my Serilog logging library.
I wrote an app in ASP.NET Core MVC with CRUD to deploy to Azure, using code first. I followed this tutorial: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase
I have a web API response like below and I need to move all objects into a single array in C# ASP.NET
Is this gonna work for up to 1000 users? Having an update panel for specific HTML controls(MySQL database, select statements checking update in the database), just a small part that kept being refresh for 1 second or 500ms? Will it greatly affect the performance?
I am using web forms in asp.net
I think I miss something in my code which cause this error : AutoMapperMappingException: Missing type map configuration or unsupported mapping. this is my first time that I try to use autoMapper for filling my dto from datatable. so I found an example from How do I use automapper to map a dataset with multiple tables . so this is my code :