SyntaxFix
Write A Post
Hire A Developer
Questions
In MVC 4 you can link from one view to another controller passing the Id or Primary Key via
@Html.ActionLink("Select", "Create", "StudentApplication", new { id=item.PersonId }, null)