Skip to main content

All Questions

Tagged with
0 votes
2 answers
66 views

Dropdown Menu Goes Beyond Right Side of Screen

I'm trying to create a multi-level dropdown menu using Bootstrap. By default, the dropdowns should align to the right side, but if there's not enough space, they should switch to align to the left. ...
Yuvraj Jadhav's user avatar
0 votes
0 answers
8 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
16 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
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
1 answer
29 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 a URL by using the CODEBASE and CLASSID attributes of an html tag. I am unable to render it. But the one with data attribute ...
Anonymous's user avatar
0 votes
1 answer
38 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
  • 33
0 votes
1 answer
53 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
54 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
16 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
30 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
25 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
22 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

15 30 50 per page
1
2 3 4 5
1030