5
Reply

show data from more tables relation

ahmed salah

ahmed salah

Aug 23 2016 9:13 PM
279

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

{

}


Answers (5)