MVC Foreign key change to data
04:52 01 Mar 2018

Need little help, have database , i want show not my player BasketballClubId , but i want to show ClubName. For Example I have View like this enter image description here

But i want to show like this : enter image description here

Where BasketBallClubId 14 = Lakers and ....

How to do this?

sql asp.net-mvc