Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I study asp.net core , and i wnat to view create form and list of details in the same view page
For Example:
if i have two tables (Department - Employee) , in the department Index view when i click details button the controller will redirect to details view , i want the update details view to be (Create Department) and view all employee who work in this department
i hope the idea clear

What I have tried:

i try to implement ViewModel , but it's not work successfully
Posted
Comments
Er. Puneet Goel 30-Aug-18 5:14am    
Please share some code login you implemented. A genuine effort is welcome.
Ahmed Dabas 1-Sep-18 6:39am    
In simple words,i want to use multi actionresult in the same view
I.e creat and index action result in one view

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900