I have a ASP.NET MVC 4 project with EF
I have a table with ...Parteners.... This table has 2 types of parteners : agents(part_type=1) and clients(part_type=2).
In an Create view I have the first DropDownList that shows all my agents, a button and the seco...