Skip to main content

All Questions

Tagged with
0 votes
0 answers
10 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
0 votes
1 answer
32 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
33 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
8 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
54 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
0 votes
1 answer
28 views

Null Value in my Address Type and Contact Type upon clicking submit button using ASP.NET Core

can some help me with my error. I trying to save the resident information, for resident,address and contact information, Now I am encountering a null value for address type and contact type. In this ...
Erck's user avatar
  • 41
0 votes
0 answers
42 views

In C#, how can I compare the structure of two HTML files and then update second to match the first?

Consider I have two HTML files that are structurally identical except for the language used to fill each element (i.e., English vs. Spanish). In the first file, I'm going to add a custom element ...
J. Galus's user avatar
2 votes
2 answers
54 views

Adding validations in the Contact number field using ASP.NET Core

can somebody help me with my error. Currently I'm building resident forms this page for Contact page. Now, I want to add validations in the contact fields I want if the resident selects mobile the ...
Erck's user avatar
  • 41
0 votes
1 answer
34 views

Click on a Selenium button that isn't an input

I've the following HTML code: <div _ngcontent-fsi-c26="" class="col-xs-12 ng-star-inserted" style="margin-top: 3%;"> <div _ngcontent-...
Pablo Costa's user avatar
0 votes
1 answer
28 views

How to Close Previously Opened Dropdowns in MudBlazor NavMenu Using JavaScript?

I'm using MudBlazor for my navigation menu, and I need to implement functionality where opening one dropdown automatically closes any previously opened dropdowns. The solution should be implemented ...
Rohit Suryaa Saravanan's user avatar
0 votes
1 answer
90 views

Itext Html to PDF Arabic text broken

When i am converting html to pdf in C# the arabic text is broken and also seems to be reversed. I have tried direction rtl, adding arabic fonts. .arabic { direction: rtl; unicode-bidi: ...
fahad shaikh's user avatar
0 votes
0 answers
17 views

How to upload Crestron Construct and SIMPLE#/C#/HTML5 to a Crestron touchpanel and processor. Also How to use a .cs file in SIMPLE# or C#

I need some help with Crestron Construct and SIMPLE#/C#/HTML5. I also want to know how to use a .cs file in SIMPLE# or C#. Here is the exactly what I help with: Crestron Construct creating Chd files ...
Adam Oliveira's user avatar
0 votes
1 answer
59 views

Dropdown is not working using ASP.NET Core MVC

_Layout.cshtml: <head> <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" /> </head> <body> @if (HttpContextAccessor....
anony's user avatar
  • 64
-1 votes
2 answers
40 views

JQuery .append(): Add <strong> inside <p>

I'm trying to render this dynamically using jQuery .append() : <div class="alert alert-danger alert-dismissible" role="alert"> <button type="button" ...
GH DevOps's user avatar
  • 357
0 votes
0 answers
35 views

Formatting view in C# ASP.NET Core

I have a little problem with button setting on view. I want to keep button "Complete" right next to "SearchButton". "Complete" button has to send selected checkbox (ID) ...
Marek Kowalski's user avatar

15 30 50 per page
1
2 3 4 5
1046