Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
48 views

I am using MudBlazor's MudDataGrid, which functions very similarly to Blazor's QuickGrid. The grid's contents are determined by a RenderFragment parameter called Columns, which contains a list of ...
AAM111's user avatar
  • 1,247
0 votes
1 answer
61 views

I've been having trouble trying to set up simple authentication/authorization for my web app. Currently I have auth page @page "/auth" @rendermode InteractiveServer @using System.Text....
immer_noch's user avatar
0 votes
1 answer
95 views

I'm creating a custom API client to be used by my web (Blazor WebAssembly Standalone) and mobile (.NET MAUI) apps for connecting to my API. I have two questions below but first, here's an abbreviated ...
Sam's user avatar
  • 31k
Tooling
1 vote
1 replies
27 views

I would like to set the CSS breakpoints globally in Blazor. What are some approaches? I prefer something that keeps the code or additional libraries quite simple.
PizzaOverflow's user avatar
1 vote
0 answers
33 views

I'm using Blazor Server with Strawberry Shake 15.1.10.0 to consume a GraphQL API. Here's the flow: User logs in via a regular API call (SignInAsync(username, password)) The API returns a JWT token (...
javatunix's user avatar
1 vote
0 answers
44 views

@page "/weather" @rendermode InteractiveServer @inject CustomUserService UserService <PageTitle>Weather</PageTitle> <h1>Weather</h1> <p>This component ...
codelearning's user avatar
1 vote
1 answer
67 views

I want to set the active panel index based on a query parameter value Problem Description When navigating to a Blazor page containing MudTabs with a query parameter specifying the active tab index (e....
Nodirbek Abdulaxadov's user avatar
0 votes
0 answers
62 views

Issue with Auth princliples not being able to write to response in blazor app through an injected service LoginModal: @using Microsoft.AspNetCore.Components.Authorization @using MtgDeckBuilderServices ...
CoolDaemonX's user avatar
0 votes
0 answers
34 views

I'm trying to create a register account page in Blazor Web App. I need the form submission callback to run on the client as it needs to set the authentication cookie, but I can't manage to achieve ...
iKingNinja's user avatar
1 vote
3 answers
110 views

I'd like to reload a Blazor page component without triggering a full browser reload. Using NavigationManager to reload works, but I'm looking for a softer approach: The page itself stays loaded, so ...
Luke Vo's user avatar
  • 21.6k
Best practices
0 votes
0 replies
30 views

I have a question with a setup of one of my components that relies heavily on JSInterop. The component contains a Google map and all of my data for initializing and displaying data on that map needs ...
GH DevOps's user avatar
  • 512
3 votes
1 answer
67 views

I’m building a .NET MAUI Blazor Hybrid app, and I want to handle back navigation (both swipe gestures and the hardware/software back button). Here’s what I need: If the user swipes back (like iOS ...
Wissam Farhat's user avatar
Advice
1 vote
5 replies
88 views

[EDIT] Updated this question with actual working code. (Note: This discussion talks about the way that the array interop works, which might be relevant.) I'm trying to transfer an array of shorts to ...
Matthew Watson's user avatar
0 votes
0 answers
70 views

I have Oracle XE running in a container, in which I can connect using the command: podman exec -it oracle-container_oracle-db_1 sqlplus sap/sap@//localhost:1521/xepdb1 or simply (without specifying ...
Ahmad's user avatar
  • 12.8k
1 vote
1 answer
37 views

Thank you all in advance for productive feedback and ideas to help resolve this. Problem: Blazor w/SignalR hub and Client Certificate required throws exception on connection attempt. My project is a ....
Howard Shank's user avatar
2 votes
1 answer
71 views

In my PayPalService.cs file, I have a public method in the class that calls an Azure HTTP triggered method in PayPalFunctions.cs file that keeps failing due to an error: "Method not Allowed"....
John H's user avatar
  • 21
0 votes
1 answer
72 views

I have built a Blazor standalone webassembly in .NET 9 for a new application that we are building in our company and have successfully integrated it into our Okta system for authentication of the user....
John Sharland's user avatar
0 votes
0 answers
53 views

Basically I'm developing a website/app with Blazor where I have 2 layouts - one is a topbar that I use on the homepage. On desktop, this layout works perfectly however on mobile the toggle does not ...
Mystique_ TCK's user avatar
-3 votes
1 answer
77 views

I get the error, There is no argument given that corresponds to the required parameter 'e' of 'AddContributor.OnPayerIdChangedAsync(ChangeEventArgs)' This is the pertinent area of blazor markup: <...
Michele's user avatar
  • 3,936
0 votes
2 answers
57 views

So i have 2 date boxes on a pop up and the second date box is linked to the first where when you select a date in the first the second will show a date 1 month in the future then you can up a ...
Gregor Firedrake's user avatar
0 votes
0 answers
93 views

I have a Blazor Server app that requires users to sign in with a Microsoft account (within my company's tenant). I'm trying to further secure it by only allowing users who meet a certain criteria, but ...
Josh Brunton's user avatar
0 votes
0 answers
38 views

I've modified a Blazor-JS component based on QuillJs to enable two-way binding from the text editor to blazor/c# property I've done this by adding a 'blur' event listener and invoking a method c# ...
GisMofx's user avatar
  • 1,034
2 votes
0 answers
128 views

Hot reload doesn't work in Blazor project in Visual Studio 2022. If I set a breakpoint and edit code then I get a message: The source file has change. It no longer matches the version of the file ...
Richard Barraclough's user avatar
0 votes
1 answer
56 views

I'm coding a Blazor Server Web Application, specifically a form. I'm struggling with an InputSelect field, and I couldn't find any solution to this specific problem. Here's a basic example I made ...
Gabriel A.'s user avatar
0 votes
1 answer
53 views

I've built a Blazor application, and I wrote some logic in a for-each loop to display some data. The logic is meant to go something like this: for every job type, display the jobs for that particular ...
gbm0102's user avatar
  • 143

1
2 3 4 5
318