ASP.Net Core MVC or Asp.net MVC
Using dropdown list i want to display data of selected ID of users.
first i clear that dropdown list of ID is also get from database and then click on ID and display data of selected ID.
E.X: if i select ID: 3 then display data of ID 3 from database.