Relative Content

Tag Archive for c#asp.net.netblazor

Blazor – EditForm not updating variables with bind-Value?

I’m pretty new to Blazor and I’m working on this little webapp which just logs form data into a JSON file (code below). However, the values for tmp.Cname and Cdate remain null when I submit the EditForm. Did I not use Model or bind-Value correctly? Thanks!!