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.