I have control deriving from System.Web.UI.WebControls. While i do see Profile exposed as HttpContext.Current.Profile, it does not expose the profile properties as stronglytyped accesssor properties. I can use Profile.GetPropertyValue to get the value of the property but would prefer to use the strongly types accessor.
Any idea why this is happenning?
Thanks,
Luhar
JaySaiom