BlazorWebFormsComponents icon indicating copy to clipboard operation
BlazorWebFormsComponents copied to clipboard

A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name

Results 40 BlazorWebFormsComponents issues
Sort by recently updated
recently updated
newest added

Needs some blazor implementation details added

documentation / samples
good first issue
help wanted
component-hyperlink

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Add deployment to the repo as a reproducible aspect of CI outside of non-public scripts: - [ ] Add secrets to repo for publish profile for Azure - [ ]...

hi, i would like select row in gridview and retrive selected key for details scenario. How can i do?

object sender in events is a very useful feature, I personaly use @Ref="..." or Dictionary alot instead of binding each control property to a variable. I get and set control...

I think it might be a good idea to try migrating the [Microsoft's Wingtip Toys demo](https://github.com/Project6/Wingtip-Toys) to Blazor using the components of this repo. This Demo is used by Microsoft...

use case

When we consider converting usercontrols, master pages, and pages we also need to consider converting custom controls. Is there a shim abstract class that we could make available that these...

help wanted
question

All Validators and Buttons need the ability to trigger validation appropriately for validators when buttons are pressed that have the same `ValidationGroup` property set

enhancement
help wanted