S
S. Daum
I am using the built-in membership/profile system in an asp.net 2.0
application. I could use brute force for my problem but I'm thinking someone
may have already solved it more elegantly. In the aspnet_Profile table, the
data I need is in the PropertyNames and PropertyValues columns. I see how
this is encoded. What I'd like to end up with is a more "normalized" data
table object. For example, if I use three profile settings: FirstName,
LastName, EyeColor, I'd like to get three columns back in a data table.
Thanks in advance for any insight.
application. I could use brute force for my problem but I'm thinking someone
may have already solved it more elegantly. In the aspnet_Profile table, the
data I need is in the PropertyNames and PropertyValues columns. I see how
this is encoded. What I'd like to end up with is a more "normalized" data
table object. For example, if I use three profile settings: FirstName,
LastName, EyeColor, I'd like to get three columns back in a data table.
Thanks in advance for any insight.