G
Guest
Im accessing my profile in a Class using:
Dim P As ProfileBase = HttpContext.Current.Profile
Dim myInt As Integer = P.GetPropertyValue("myProfileId")
All is working fine, however how do I use the
profile.myProfile.items.clear() method in a Class?
Any thoughts?
Thanks James
Dim P As ProfileBase = HttpContext.Current.Profile
Dim myInt As Integer = P.GetPropertyValue("myProfileId")
All is working fine, however how do I use the
profile.myProfile.items.clear() method in a Class?
Any thoughts?
Thanks James