forum

Home / DeveloperSection / Forums / show data from more tables relation

show data from more tables relation

Abeer Shlby135523-Aug-2016

In this diagram below 

I need to make view contain to following 

Name,Email,Salary,DistrictName,CountryName,CityName,CourseName,LanguageName,levelName

all id is identity increment by 1

i already have ef design for these tables

how to make view for that

in controller

public ActionResult index()
{
//what i write here to create view
return view();
}
in view what i write 
<html>
<html>
and what model i will create to show data
public class emp
{
}

show data from more tables relation

Updated on 23-Aug-2016

Can you answer this question?


Answer

0 Answers

Liked By