Profiles content check if set?
Using asp.net profiles, I've stored a complex type (class) and retrieved it. But it is returning a new object that is not initialized instead of null? Is this the expected behavior, if so how can I determine if I've saved data for the given user? should be some easy points for someone to pick up.. Your question is a little unclear, but I think you're asking why there's a non-null profile data object for a user who you haven't stored data for yet? This article might hopefully clear it up for you. Some of the relevant bits: A user profile is a collection of values that the ASP.NET 2.0 runtime