In my application i want to show user profile image in layout page (_LoginPartial).In database their is a student table which has a userid field that is maintain the relationship between AspNetUser table.Student table has the image field.So How to show that image in Layout page (_LoginPartial) view. Thanks