Hi Every one,
please i am using asp.net mvc c# for my project and i want to seach records in an sql database table using a pin number and then display the results of this seach i.e firstname ,lastname , gender etc in a another view , from where more data can be added i.e current salary , current tax , and finally inserted into another table in the same database
i have searched articles but everything i lay my hands on only displays records in a grid or on the view itself , any help will be appreciated
Thank you

Afzaal Ahmad ZeeshanPosted Aug 3, 2019, 2:50 PM
Read more about a ViewModel here, https://www.c-sharpcorner.com/article/managing-data-with-viewmodel-in-asp-net-mvc/, or here, https://docs.microsoft.com/en-us/aspnet/mvc/overview/older-versions/mvc-music-store/mvc-music-store-part-3