If its up to the view to decide how then this should mean that the view decides how the data type are to be presented, ex if green price means that the product is in stock or not and so on.
Yes.
SnowJim
Why is it then not okay to use a regular asp.net repeater here? there is now codebehind to do the logic in?.
It's okay to use a repeater, but you should think twice before starting to use the Web Forms controls. You loose the simplicity and control which are some of the MVC framework's biggest benefits.
gunteman
All-Star
22406 Points
3305 Posts
Re: Questions about MVC
Feb 01, 2009 08:19 PM|LINK
Yes.
It's okay to use a repeater, but you should think twice before starting to use the Web Forms controls. You loose the simplicity and control which are some of the MVC framework's biggest benefits.