Hi,
I am using the following framework:
- VS2019
- Blazor web assembly app
- Target Framework .net 5.0
- sql server
Can we populate an editable form(composed of textboxes and dropdown lists) based on a textbox (placed outside the editable form) search filter?
Search filter should call the stored procedure and display the results in the editable form.The user should then be able to edit the editable form and submit/save the results back into the sql table.
Request you to kindly guide me regarding the same.
Thanks,
Shyama