.NET MVC question
Hi! I'm stuck in a road block in a project of mine, Just wondering what I should do/what should I change in this scenario.
First off, I'm using Entity Framework Database First for this project. What I'm trying to do is use an element of my table to find other elements of it that are the same.
For example, in my database table I have three "User ID" elements with the same value. in this example, it's ["lebooHS@gmail.com](mailto:"lebooHS@gmail.com)". In my home screen, I'll only see one of those User IDs. But when I click one of the User IDs, it should redirect me to a page or view that will display all the other User IDs with the same value.
Hopefully someone gets it. Thanks!
0 comments:
Post a Comment