DucDigital
DucDigital

Reputation: 4622

How to keep user data across multipage page asp.net mvc

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

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1039120

I think that using Partial Requests or even SubControllers would be appropriate in this case.

Upvotes: 1

Related Questions