Asp.net – How to add multiple dropdown list on same page in Blazor
I'm trying to insert same dropdown list multiple times in a single page. I have an item X I have a list of ProcessAreas (a,b,c,d,e) I have a list of Instructions (1,2,3,4,5,6) I need to create a form to associate…