I am new to MVC3. I have a task to create a page that shows a list of data. ie I created a controller "Employee", then 1 view "Employee" which was renamed from Index and a partial view "EmployeeList".
The Partial View is used for listing the Employees in a Grid.
I need to render this partial view from the View, on a click or load . How ?