treseuropean
New Member
What's the difference between these two and when should I use one or the other??:The MSDN sais:
- ProfileValueProvider\[quote\] Represents a value provider for profile values.\[/quote\]\[code\]public sealed class ProfileValueProvider : SimpleValueProvider\[/code\]
- UserProfileValueProvider\[quote\] Represents a value provider for user profiles.\[/quote\]\[code\]public sealed class UserProfileValueProvider : SimpleValueProvider\[/code\]