Asp.net MVC Calling ActionLink in Codebehind
- by SSA
I am new to asp.net and MVC, so please go easy on me. :)
I have successfully made a small MVC application. There is a database that contains a table named "Entry" and I have made Controllers for this. Also I have a view for Details and list. This works fin.
My problem is in my index page. (not the view Index, but the frontpage). There I…