When you create profile information for an asp.net user, it creates all the property values in 1 field. This is not the easiest thing to request. Is there a way to tell him to save the values in separate columns, such as address, city, state, index, instead of the PropertyStringValues column, where the value could be something like City: s: 0: 10State: s: 10: 15 .... .
source
share