Posts by crawletas • 1 point
1 post
-
0
votes2
answers74
viewsA: View.Bag returning null
I don’t know what the context object is but I think it’s a database context, right? If it is you need to do a query on top of that object to return to your list. var templates = (from template in…