python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Getting a Logged in Users Role in Blazor Server App
I am pretty new to Blazor and have figured out how to list all the users in my database, but cannot seem to figure out how to view the role of the user so I can output to a table, as well as adding a ...
Aarin Michael Bailey
Votes: 0
Answers: 2
how to reference element by id within blazor component
I am making my own shared component. I want to have an input field and a label. Taking the MDN example
<div class="preference">
<label for="cheese">Do you like chee...

pm100
Votes: 0
Answers: 1
Why doesn't this Blazor WebAssembly api Get function work?
I have a Blazor WASM app and am just modifying the template weatherforecastcontroller to add a Get where I can pass in an id:
[HttpGet("{userId}")]
public string Get(string ...
E.D.
Votes: 0
Answers: 3
How to insert a large image into an SQL database
If I insert a small image, for example 1-2 kb, then it is successful, if I select an image of 70 kb or any other large one, then I always have an error.
I have tried both the stored procedure and dire...
Stauron
Votes: 0
Answers: 0