Skip to main content

All Questions

Tagged with
0 votes
0 answers
14 views

File drag drop HTML/Typescript stops my SPA development server (exit code -1)

I have an Microsoft Visual Studio Angular/Typescript project with an ASP.NET core backend that the typescript can load data from with http Gets. The backend starts up correctly: info: IqTest....
Markus's user avatar
  • 1,122
-1 votes
0 answers
31 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
1 answer
28 views

Values from codebase and classid in object tag is not rendering

Details: ASP.NET application(aspx, VB) I am trying to load an image from url by using codebase and classid attributes of an html tag. I am unable to render it. But the one with data attribute loads ...
Anonymous's user avatar
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
  • 35
0 votes
0 answers
23 views

How do I code bootstrap grid columns into a ASP.Net WebForm subpage without boundary violations?

Tools: My team is building a code-behind web application that uses ASP.NET WebForms,.Net Framework 4.8.1, JQuery 3.7, and Bootstrap 5.2. The markups and languages are HTML, CSS, Javascript, and C#. ...
Star Galaxy's user avatar
0 votes
1 answer
49 views

Parsing data in an HTML table pulled from a website using R

I'm trying to parse HTML tables and so far I've successfully managed to convert the HTML tables into a single data frame but I need to modify the code to parse the text in one of the columns to spread ...
igm13's user avatar
  • 21
0 votes
2 answers
52 views

Navigation Dropdowns in ASP.NET Core 8.0 Razor Pages - How to prevent opening new pages?

I am developing an ASP.NET Core 8.0 application using Razor Pages. I have implemented a dynamic navigation menu that needs to be consistently displayed across all pages of my application. The ...
Yuvraj Jadhav's user avatar
-1 votes
0 answers
15 views

How to append html inside GET_ITO_PROJECTS_DASHBOARD_SP so all script html will be inside function?

I work on jQuery i have issue I can't append html inside jQuery script SO jQuery function GET_ITO_PROJECTS_DASHBOARD_SP() will create all html scripts below and i will remove html static and i will ...
ahmed salah abd elaziz elbarba's user avatar
0 votes
0 answers
19 views

Issue floating div on each side of div while having center div take up the spaces between the two floating divs when it comes to width and height [duplicate]

I'm trying to float div on each side of div in center containing a menu that is vertically and horizontally centered to the divs on each side. For instance the center div (menu container) takes up the ...
AlphaCr8tive's user avatar
0 votes
0 answers
29 views

Using Radio Buttons as Input for Boolean Model Property ASP.NET MVC

I would like to use radio buttons to indicate whether or not something is in need of repair on my form. I have already referenced this question and used the answer offered by Ben Cull, but I would ...
Na...'s user avatar
  • 21
0 votes
1 answer
23 views

when call user control from from asp.net page it call only csharp not call jquery or java script function?

I work on asp.net project I face issue when call web user control from asp.net page it calling success but script JavaScript or jQuery not called so why scripts not called only from debug page load ...
ahmed salah abd elaziz elbarba's user avatar
0 votes
0 answers
20 views

How to Preserve Tracked Changes (Redlining) When Converting Word Document to HTML Using .NET C# and OpenXmlPowerTools?

I am working on a project where I need to convert a Word document to HTML format using .NET C#. For this task, I am using the OpenXmlPowerTools library. The conversion works fine, except for one ...
Maaiz Shaikh's user avatar
0 votes
0 answers
25 views

SQL query that calculates percentages in a column of a large data set

Query to calculate the percentage of sales along the column sales of a large data set Below is the query I came up with and the output I got: SELECT BRANDS, BRANDS_sales, (BRANDS_sales / ...
Frank Iyaji's user avatar
0 votes
1 answer
48 views

Cookies authentication not working / User.Identity.IsAuthenticated always returning false

In my login webpage when a user logs in for some reason when I try to get the user's identity after it always returns false, this is weird because when I check for cookies ( I will provide and example)...
Lachezar Mitov's user avatar
0 votes
0 answers
18 views

when export grid view have Arabic data to pdf format using JQUERY it downloaded but error open pdf failed?

I work on asp.net app . I face issue when export grid view with data to pdf . it downloaded but finally not open file grid view have Arabic data when inspect browser to check error I can't found any ...
ahmed salah abd elaziz elbarba's user avatar

15 30 50 per page
1
2 3 4 5
1030