I have an issue with trying to include the profile property groups in my ProfileCommon class for Windows Azure Cloud projects. I have several property groups that I use from project
to project and most of the code I have written to date all uses this syntax:
Profile.Group.Property
I have been able to write a ProfileCommon class that works and have even implemented the Save() method so my existing code base works without modification. So the real question
I have (and is really a code structure question for the MSDN VB & C#) is how do I get the group names in the same syntax that I got them in a standard ASP.net website? I have tried using structures and classes but nothing seems to get me close to the same
Profile.Group.Property.
I have checked out many ASP.net and other articles on building a profilecommon class but they all assume that your profile properties are not grouped.
Richard Ciam...
Member
14 Points
6 Posts
ProfileCommon Class beyond the basics
Feb 01, 2013 10:05 PM|LINK
Hello,
I have an issue with trying to include the profile property groups in my ProfileCommon class for Windows Azure Cloud projects. I have several property groups that I use from project to project and most of the code I have written to date all uses this syntax:
Profile.Group.Property
I have been able to write a ProfileCommon class that works and have even implemented the Save() method so my existing code base works without modification. So the real question I have (and is really a code structure question for the MSDN VB & C#) is how do I get the group names in the same syntax that I got them in a standard ASP.net website? I have tried using structures and classes but nothing seems to get me close to the same Profile.Group.Property.
I have checked out many ASP.net and other articles on building a profilecommon class but they all assume that your profile properties are not grouped.
Thanks,