Akshay patel

Akshay patel

  • NA
  • 4
  • 528

InputSelect not updating value in CRUD operations

Oct 4 2023 8:50 PM

I am working on a blazor webassembly project which has a form. When performing edit operation the values loads up correctly in all fields including dropdown i.e InputSelect. But when changed the value of InputSelect the value does not get updated in Database and is not reflected in list of records. Other controls like textfield and date values does get updated . I have posted the code which is a razor component and from the razor component api call is made. Below is the code....Can u help me out with a solution. The problem is with SurfingQuota and BandwidthPolicy InputSelect control

please refer to code file for code since i am unable to directly put code


Answers (1)