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
For example, i have current user logged in and i want to have his
Share
I think that using Partial Requests or even SubControllers would be appropriate in this case.