Users Pricing

forum

Home Forums show data from more tables relation – MindStick

show data from more tables relation

Abeer Shlby 1692 23 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

0 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md