Click here to Skip to main content
15,889,859 members
Everything / BlazorForms

BlazorForms

BlazorForms

Great Reads

by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#
by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#
by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#

Latest Articles

by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#
by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#
by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#

All Articles

Sort by Score

BlazorForms 

22 Jul 2023 by Graeme_Grant
Razden Official Support[^] is the best place to ask about Razden Products.
2 Mar 2023 by eekayonline
Here's an example of how you would fetch that info using the _context you already have available: [HttpGet] public IActionResult GetAllDetails() { // Retrieve all details with HeaderId = 1 var details = _context.Details.Where(d =>...
4 Mar 2023 by Dave Kreskowiak
That's what the documentation is for: ASP.NET Core Blazor hosting models | Microsoft Learn[^]
4 Mar 2023 by Graeme_Grant
ServerSide: services.AddServerSideBlazor(); WebAssembly: var builder = WebAssemblyHostBuilder.CreateDefault(args);
14 Mar 2023 by Graeme_Grant
I'm reading the documentation Modal · Bootstrap v5.0[^] and it mentions: Quote: Use Bootstrap’s JavaScript modal plugin to add dialogs to your site for lightboxes, user notifications, or completely custom content. You will need to call the...
14 Mar 2023 by ahmed_sa
I working on blazor app with .NET core 7 . I face issue bootstrap modal display not Active when click edit button . I edit data using bootstrap modal but when click edit button modal bootstrap display not Active and can't edit data . so How to...
6 Apr 2023 by Graeme_Grant
If you do a quick Google Search, like this: blazor server authorization redirect to page - Google Search[^] you can find answers like this: Blazor redirect to login if user is not authenticated[^]
15 Apr 2023 by Graeme_Grant
This is basic WebPage design. There are thousands of examples of how to do the webpage: html multiselect list - Google Search[^] Once you have it setup, you can then add your Blazor wrapping depending on how you want to implement. ...
28 Apr 2023 by Graeme_Grant
This is a Razdedn control. You need to ask in their support forums: Radzen Community forum[^]
30 Apr 2023 by Graeme_Grant
Here is your issue: protected override void OnInitialized() { DateTime now = DateTime.Now; string nowString = now.ToString("yyyy-MM-ddTHH:mm:ss"); JS.InvokeVoidAsync("localStorage.setItem", "LastActivity", now); } You are using...
5 May 2023 by mtoha
Because you use ServerPrerendered the page is load twice. Explained at ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 9: Static Statically render the component with the specified parameters. Server Render a...
9 May 2023 by Richard MacCutchan
See blazor multi-select dropdown - Google Search[^].
21 Nov 2023 by Gcobani Mkontwana
Hi Team I have a modal form with fields from the model and my razor component needs when a user clicks a button to open this modal form. Currently when debug from the console to see if there are any errors and no errors from the css nor...
6 Feb 2023 by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#
29 Jan 2023 by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#
3 Feb 2023 by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#
2 Mar 2023 by ahmed_sa
I work on EF core 7 blazor . I face issue I can't call Details model from application page to get all Data for details model . meaning I need to display details data as list on application page where Header Id = 1 on action GetAllDetails. so...
25 Feb 2023 by ahmed_sa
I working on web application with `blazor app with .net core 7` . I build my application and run it on my local machine it working perfect without any issues and display and retrieve data . after build success I publish it and success publish...
5 May 2023 by ahmed_sa
I work on blazor server side . I face Issue page reload after open and reload automatically so page loaded two times Why flicker happen on loaded page and How to solve this issue this not happen on one page this is happen on all application...
9 May 2023 by ahmed_sa
I work on blazor server app . i need any control select2 or another allow to me to make multi selection as example suppose i have server drop down and this server can have multi database so server 1 will have multi selection on database list as...
4 Mar 2023 by ahmed_sa
I work on blazor .net core web app . I need to know what blazor type i work on it web assembly or server side . and what is different practically . i need different on practical points What I have tried: public Startup(IConfiguration...
6 Apr 2023 by ahmed_sa
I work on blazor server side . I face issue I can't make user redirect to login page when user try to access web application by copy and past URL of my application on new browser page my scenario as below : 1-I open my web application as...
15 Apr 2023 by ahmed_sa
I work on blazor server side . I face issue I can't apply select2 multi select based on web API ? I need multi select as server1,server2 text display when search . when select first time then server1 and second time select server2 then...
28 Apr 2023 by ahmed_sa
I work on blazor server side . I need to add button column picker visibility so by click button if I select column application id and application name then 2 columns only will display and another columns will hide What I have tried: @code ...
1 May 2023 by ahmed_sa
I working on blazor application server side . i face error when apply session timeout Category: Microsoft.AspNetCore.Components.Server.Circuits.RemoteNavigationManager EventId: 4 SpanId: 7336f0e333159b9e TraceId: 1c34008822a09f63877a1646dd4c58c1...
22 Jul 2023 by ahmed_sa
I work on asp.net core blazer server side .I face issue I can't export ridzen data grid to excel after filter data on it . so when page load list of Data source of ridzen data grid 10 so after this write any filter to any column then become 4...