Template While Adding New View From Controller
Hello.I am new to MVC.
In ASP.Net, there are 2 panels, Search and Add.
On landing, search panel gets visible and on Add New request, Add panel gets visible.
Same scenario I want to implement in MVC.
Here, On search page, I have some search criteria with dropdown and textbox.
Also there is grid view to bind the data.
While adding view from controller for the same, I am confused which Template need to select as it has dropdown binding, gridview binding.
Also, when we are adding new data, what kind of template required as same panel gets open on click of "View" button like edit case.
Please help.