Maybe I'm complicating this but you will enlight me for sure.
Imagine a page where a list is displayed. That list is paged. I specify the list displays 30 items, therefore the controller returns my 30 items and the view renders the 30 items. My question is: both the controller and the view need to know the 30 setting. Where should it be stored? Web.config? I'm thinking if sharing configs via web.config that are used across "layers" is a good practice...
Tks in advance