I tried IronPdf's PdfDocument.ApplyWatermark(watermarkHtml), but it din't work, no watermark is appied. You guys know any other library or workarounds ...
I tried IronPdf's PdfDocument.ApplyWatermark(watermarkHtml), but it din't work, no watermark is appied. You guys know any other library or workarounds ...
I created and downloaded nopCommerce for develop multi platform web site. I created theme but I can't change settings of pages from coding. Not gettin ...
I try to add a migration for the below entities and i get the error. I've tried everything to get it to work and i feel like i'm missing something obv ...
I am writing unit test case for my Entity Framework Core SaveAsync method. try { // Here add business logic to insert record in to new database ...
I've data grouping in C# and trying to bind it from Razor view as follows with high charts: The data grouping is something as follows: The above ...
We have tried many solution for our website to redirect non www to www version and http to https version. But its not working. Sharing you some of the ...
I'm trying to serve images from a directory outside of the current ASP.NET Core 6 project that I'm working with and none of the images are showing. I' ...
I developed an ASP.NET MVC application that uses Microsoft's ASP.NET Identity with Oracle (not SQL Server). The application runs fine on my localhost, ...
I have Developed ASP.net Core Web API & Web APP Which are in the same solution but different projects. in the API I have some validations/checkin ...
I have a simple Asp.Net MVC app. I have a form, which I'm trying to gather data for, and then submit. However, within that form is a list of selection ...
This my main class and in EDMX design i make new entity base type MainAcc, i delete some column that i want to move in EDMX design, so it become li ...
I am working with c# mvc using database first I have 3 tables Table Name (columns) Blog (Id, BlogName, Categori_Id(i don't use this for now)), Cate ...
I am trying to draw a two-line chart with two datasets that share the same labels using chart.js on my ASP.NET MVC app. I am only getting the data fr ...
I have library API in ASP NET Core 3.1 MVC where users can borrow, return and follow borrowed book status. I want to create email notification so when ...
On Visual Studio 2022, when debugging .NET 4.5 MVC Web app, it takes MINUTES to load the website. When launching the website for debug, I can see in ...
I want to embed novnc console in an iframe into a .net web application. My openstack is configured to recieve http requests and my web application sen ...
====> Here is my edit.cshtml page code: I want to disable this textbox. Can anyone help me with that. This is my Controller: ...
I have an ASP.NET MVC application running on IIS using .NET Framework 4.7.2. There is a single endpoint that takes 5 minutes to return a response. The ...
Although the jQGrid loads properly on the website, clicking the edit and add buttons brings up a window where I can't add the database information. It ...
I have a trouble when I try to pass values from razor to a javascript function. This works But when I do this it doesn't work Or What sho ...