Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
13 views

Data resolution are not changing when try to minimize the resolution

In Firefox browser, when opened in normal form all data moves towards right, while it appears correctly in Chrome and Edge. Also when I tried to minimize the resolution in edge or chrome all data ...
Pam's user avatar
  • 15
-1 votes
1 answer
27 views

Password visibility is not showing in chrome and firefox

I am currently developing a C# application and aiming to ensure compatibility across all major web browsers. However, I've encountered an issue specifically with the password visibility icon. This ...
Pam's user avatar
  • 15
0 votes
0 answers
27 views

Could not able to download the HTML content as PDF in ASP.NET Web API

I have designed a html in the C#, on .NET and using Entity Framework., I have a PDF documents which are stored base64 encoded. I should be able to get the full html string after this I am downloading ...
Vijaya Aradhya's user avatar
0 votes
0 answers
22 views

@context variable in implicit child content

I made a simple list component that works with INotifyCollectionChanged: @using System.Collections.Specialized @typeparam TItem @if (Items != null && ChildComponent != null) { @foreach (...
Rick de Water's user avatar
0 votes
3 answers
97 views

ASP.NET Core Razor Pages: Dropdown selection cleared after form submission

I have a Razor Page in ASP.NET Core where I have a dropdown list () populated with usernames. Upon selecting a username, the form is automatically submitted using JavaScript (onchange="this.form....
Yuvraj Jadhav's user avatar
0 votes
0 answers
33 views

Blazor (or vanilla C#) to WASM for showing a console application on a webpage

"That's odd. Why are you doing this?" I just want to know if it's possible. Of course there's alternatives, as there is to everything. This is 100% just a proof of concept. I have a simple ...
buddingprogrammer's user avatar
-1 votes
0 answers
33 views

Highlight Text in HTML file with c#

I am highlighting text in html with c# and it is working for simple html files like this HTML file which is very simple and I can Highlight "Page 1" or "Page 111" in this file but ...
Ibrahim shaikh's user avatar
0 votes
1 answer
46 views

Add component to html body

I have an Angular 13 (vanilla) app, and I need to print a part of the app. I use the @media print for that an it work (in the angular app alone) But my angular app is build a js file and use by other ...
Thibaud David's user avatar
1 vote
1 answer
35 views

ASP.NET Core MVC: How to remove automatic encoding of html tags?

The program gets text with html tags from the SQLite database, then the text is displayed to the user in the browser. The tags are supposed to be automatically converted to html, but instead the tags ...
user26426767's user avatar
0 votes
0 answers
11 views

Why am I getting a frame-ancestor error when trying to use Amazon Connect Streams

The Error: The page’s settings blocked the loading of a resource (frame-ancestors) at because it violates the following directive: “frame-ancestors 'self'” Background: When I attempt to load the page ...
user26384446's user avatar
0 votes
0 answers
18 views

Microsoft.Web.UI.WebControls TreeView not working in modern browsers

I am using Microsoft.Web.UI.WebControls TreeView.cs only in my .net application, this is working fine in IE(compatability mode), now I am trying to make my application to work in latest browsers as ...
ashok's user avatar
  • 11
-1 votes
1 answer
49 views

Load Data from Database to the HTML Table in ASP.Net Core MVC

I am working on an ASP.NET Core MVC C# project and need assistance with loading data from a database into an HTML table dynamically. Suppose that I have a controller and razor cshtml file. The below ...
KitKat's user avatar
  • 15
-1 votes
0 answers
45 views

How to connect an HTML GUI to a C# program

I am working on a project where I need to connect an HTML-based GUI to a C# program. The goal is to use the GUI to facilitate the exporting of records digitized by a system called ClickScan. I have ...
Esai's user avatar
  • 1
0 votes
0 answers
13 views

Image CID not displaying correctly in HTML email with Mailjet

Hello Stack Overflow community, I'm encountering an issue with embedding an image using CID (Content-ID) in an HTML email sent through Mailjet. Despite following the correct setup, the image does not ...
Teckel Cruel's user avatar
-1 votes
2 answers
66 views

How to send dynamic HTML email with ASP.NET Core?

I have an e-commerce web application consisting of Blazor WASM for the client side, Blazor Server for administration, and Web API for integration with the database and services. After order completion,...
raysefo's user avatar
  • 413

15 30 50 per page
1
2 3 4 5
1047