Hi All, I want to pull a list of categories from a database on every page with out having to worry about doing so in every controller action (A bit like the Latest Topics list on the left of this page). Do I use a partial and access a model directly from the view?
Could you give me an example of the code that needs to go in the partial view and how to make a call to include it in my main site template.