I just started with ASP.NET MVC and doing a whole new project with it.
Here is my first question, hope it's not too silly, see if someone can help out on this:
I have a main index page where I need to show my "Featured cars" listing and a Search box to search through the inventory. It's a car dealer web site. All this will be inside a ContentPlaceHolder.
Now my question, is how to accomplish this, since I probably will be dealing with two different controllers in the same view ???
brucesinner
Member
1 Points
48 Posts
2 controllers 1 View
Aug 22, 2008 12:26 AM|LINK
Hi folks,
I just started with ASP.NET MVC and doing a whole new project with it.
Here is my first question, hope it's not too silly, see if someone can help out on this:
I have a main index page where I need to show my "Featured cars" listing and a Search box to search through the inventory. It's a car dealer web site. All this will be inside a ContentPlaceHolder.
Now my question, is how to accomplish this, since I probably will be dealing with two different controllers in the same view ???
thanks for any help