I am wondering what the best practice is for including javascript files inside partial views. Once rendered this will end up as a js include tag in the middle of my page\'s
hejdig.
Playing around with Aspnetmvc3 I decided, for now, to just include my javascript file in the partial
This js file is then specific for my /user/List.schtml file.
/OF