Skip to main content

All Questions

Tagged with
1 vote
1 answer
48 views

Blazor properly updating the UI after an API call

This code does exactly what I want: Displays a message (div) from the robot saying thinking Waits for the API call to complete updates that message (div) and scrolls to the message (div) It feels ...
Carter's user avatar
  • 734
0 votes
1 answer
33 views

[Blazor Razor pages I am working on the login/register of a website and these error codes popped up: CS0120 and CS0117

I am creating a website/blog with a register/login/logout feature. I am almost done, but having a hard time with the Identities on the .Net8. The scaffolding feature changed and there were no YT ...
Jax Harris's user avatar
-1 votes
0 answers
19 views

Unable to render FusionTime charts in Blazor

I have built a Blazor app that renders FusionCharts, connecting to a SQL Server database. I have successfully created regular FusionCharts and linked them to the SQL Server database. Additionally, I ...
Dom's user avatar
  • 9
0 votes
2 answers
163 views

How to show a loading indicator with Blazor QuickGrid

The QuickGrid component in Blazor takes an IQueryable object which is defered so the execution of the query is done inside the QuickGrid How can I display a loading indicator while the QuickGrid does ...
Thomas Adrian's user avatar
1 vote
1 answer
44 views

Blazor 8 web app interactive server problem in sidebar javascript

Problem: I created new project using blazor web app template wuth global settings as interactive server and i used many html templates with same problem, current project i am using sneat free html ...
BePython Programmer's user avatar
0 votes
0 answers
45 views

input type="number" won't let me insert negative values (but it does when debugging)

I'm creating a generic form project, the kind of type where you insert a model and the form is generated for you. In order for this to work I now work on a generic input component, which will render ...
Lior Nachmias's user avatar
0 votes
2 answers
47 views

EventCallback as CascadingValue in Razor components using @Body?

I do not seem to be able to supply a callback from the parent component to the child, when teh child is rnedered using @Body: <CascadingValue Value="isGB"> <...
Patrik Nusszer's user avatar
0 votes
0 answers
57 views

Why trying to pass parameters to razor components cause problem in Server Blazor?

I am trying to integrate Razor views into my ASP.NET Core 8 MVC web application. The thing is, it works, until I pass parameters. Then, it does not throw any exception, instead the browser says ...
Patrik Nusszer's user avatar
0 votes
1 answer
83 views

MudBlazor - Page layouting

I am currently trying to create a MudBlazor WebApp. As I am quite new to MudBlazor I try to figure out how the spacing and page layouting works. So i took a very basic layout from the MudBlazor ...
CrazyEight's user avatar
4 votes
3 answers
687 views

Blazor (WA .NET6)- TS1109 Error, how to fix it?

I've been working on a Blazor WebAssembly .NET6 project for a couple of years. I updated VS2022 recently to the latest 17.10.0(I was in the previous 16.9 before), and after that I'm having TS1109 all ...
luhia91's user avatar
  • 66
0 votes
2 answers
59 views

Dynamically pass ID of a control to a C# function on onchange event

I am converting an existing ASP.NET application into Blazor app. I have this form <table width='400px' style="border-width:2" ><!-- Start Hub table <tr> ...
Ali's user avatar
  • 1,189
0 votes
0 answers
46 views

StateHasChanged not updating UI

i know this is a common problem, but none of the solutions resolved my issue. All explanations seemed logical at first but after implementing them it did absolutely nothing and im kinda at a loss here....
ComfortableOnion's user avatar
0 votes
0 answers
57 views

Edit database interface with blazor

I have created a user interface where users can add or delete values from a sql table. The edit button, running off a separate page, is supposed to display the number selected as a placeholder value ...
Rickymail's user avatar
0 votes
0 answers
66 views

Missing index.html or _Host.cshtml in MudBlazor Project

I'm working on a MudBlazor project and noticed that I'm missing the index.html or _Host.cshtml file. Many solutions suggest adding code to the App.razor file, but my App.razor file looks like an HTML/...
Ryan Portlock's user avatar
1 vote
0 answers
161 views

How can I implement OIDC authentication for a Blazor Server App in the _host.cshtml file?

I have a Blazor Server app where I want to implement authentication using Keycloak (via OIDC?). I imagine that users will be redirected to the corresponding Keycloak login page as soon as they arrive ...
Cassandra's user avatar

15 30 50 per page
1
2 3 4 5
53