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

All Questions

Tagged with
0 votes
1 answer
40 views

Why can't we add interactive sever on Login page in Individual accounts identity in blazor server app?

I have Blazor server web app we use identity platform so i need to add JS functionalities to Login Page But I cant add those things without adding interactive render mode in blazor but if it not ...
janitha Chamaka's user avatar
1 vote
0 answers
14 views

How can I call node-fetch correctly on a js script that's executed through .NET using Jurassic?

I'm trying out a .NET solution with Jurassic to call a javascript file in the root folder that will do a fetch(url). Unfortunately, I get a Jurassic.JavaScriptException: 'SyntaxError: Unexpected token ...
Miguel Teixeira's user avatar
0 votes
0 answers
14 views

Using jsPDF in Blazor to download and generate PDF

I am facing some styling issue when I generate and download pdf using jsPDF in blazor. What I am doing is loading html string coming from DB into iframe then there are two buttons Print and Download ...
Mohamad Usman's user avatar
0 votes
0 answers
28 views

Call function on js obj with Jint

I'm wondering if there is a way to do something like this in Jint: calling a function on an object instance like this: .js class TestObject { ... test() { console.log("Hello, this ...
Christian Konrad's user avatar
1 vote
0 answers
40 views

.net Blazor Radzen DialogService is not working

I have a blazor web application and I am trying to add Radzon. Radzen components all are working but when I am trying to add DialogService.Alert or await DialogService.OpenAsync<DialogCardPage>(&...
AhmetBalaman's user avatar
0 votes
1 answer
68 views

Disable bootstrap offcanvas closure on backdrop click in Blazor .NET app

I have been trying to create an offcanvas window form and I want to make sure the offcanvas window does not close unless the user explicitly click the close button on the offcanvas window. Due to ...
Syed Akbar's user avatar
0 votes
0 answers
84 views

Password is visible as plain in chome heap memory dump

I am having a web application where I face a vulnerability issue. When taken chrome heap memory dump, I am able to see the password which I entered on the login form. Screen shot from the heapdump is ...
Victor's user avatar
  • 51
0 votes
0 answers
18 views

How to manage datasources in DevExpress Reporting for Web?

I have a project on .net core that uses CRM. The user can configure different forms with different fields. Each field has some mapping to db field. Forms are grouped by modules. I would like to ...
demo's user avatar
  • 6,186
0 votes
0 answers
69 views

Google Sign-in in Razor Pages (.Net 7) cannot log me in

I have built a relatively simple website which is using ASP.NET Core Web App, Razor Page with .NET version 7. I'm just using my own authentication system (no Identity service). I was adding Google ...
John's user avatar
  • 1,174
0 votes
0 answers
26 views

dynamic colspan mix object with string, numbers, date string in c# javascript

The issue is in Bottom and Top performance columns are dynamic, I need to set colspan by dynamic no of columns, i select 1 to no of months of period (mm-yyyy) in 2023 or other year. abc to region ...
Kishor Admane's user avatar
0 votes
0 answers
10 views

ServiceWorker cant cache filtered value

I have a .NET project, and in this project, I use a service worker for offline functionality. It works correctly on many pages, but on two pages, it doesn't work because the values on these pages are ...
Oğuzhan KARAL's user avatar
0 votes
0 answers
25 views

Reloading partial view with AJAX

So i have a mesaging system that when a message is sent im currently reloading the whole view to see the new message in the conversation, however, i want to make it so jus the message partial reloads ...
Owen's user avatar
  • 19
0 votes
1 answer
249 views

Playwright dialog - how to display it?

Playwright auto-dismisses dialogs. Is there any way how to NOT dismiss it and actually display it? To be clear -> When I open some website via chromium (var browser = await playwright.Chromium....
Marek Havrila's user avatar
0 votes
1 answer
67 views

running js on .NET backend

OK, I fully understand that this isn't how you are supposed to do things, but I want to experiment with it anyways. I have a somewhat large site with .cshtml files. So this is executed on the server ...
munHunger's user avatar
  • 2,869
0 votes
0 answers
42 views

front-end is experiencing a 301 issue

1st, The problem occurs when the local front-end project debugs overseas API services, the pre and prod environment is work, they are all in the same k8s cluster; 2nd, There is an issue with the local ...
Boi Fox's user avatar
  • 45

15 30 50 per page
1
2 3 4 5
265