Reputation: 4622
For example, i have current user logged in and i want to have his info posted in a sidebar like name, dob on every page so how should i do this, and ofcourse the best way posible to do this? im using linq THank you very much
Upvotes: 0
Views: 504
Reputation: 1039120
I think that using Partial Requests or even SubControllers would be appropriate in this case.
Upvotes: 1