I have a query that is already getting data from the DB, Now I want to filter the data using a checkbox from the razor page. Below here is the checkbox I am already getting the values of the checkboxes via string[] Requestloans But the problem is how to filer db with the RequestLoans array using dapper. If this is
Tag: razor
Can’t save multiple selections in select list – asp.net core web app razor pages
Here I am able to bind the multi-select select list on the create page. The biggest problem I’m having is that I am trying to edit/post values and there’s no direct field to bind to in my model. I have found a good example here, but it only shows you how to save 1 selection. https://www.learnrazorpages.com/razor-pages/forms/select-lists My SecurityLog Model has