Home > Mobile >  Pull data from List that matches to the item picked from the dropdown (Javascript asp.net)
Pull data from List that matches to the item picked from the dropdown (Javascript asp.net)

Time:12-09

I am working with asp.net razor pages. I am creating the List with the data from db. For example, this List contains such info as UserId, UserName, Education, and Location. On my page I would like to have a dropdown box that will show UserNames and when the user clicks on the value from dropdown, the matching Education and Location for this specific user will be shown in two according textboxes.

enter image description here

  • Related