Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
…
…
So far it works well. In my question I wrote the example in a bad way. I meant:
...
if (CurrentUser.Identity.IsAuthenticated)
{
PersonalizedData user = PersonalizedData.Load(CurrentUser.Identity.Name);
string externalUserID = user["externalSystemID"] ; //= "0123456789"
}
//öjje
... if (CurrentUser.Identity.IsAuthenticated) { PersonalizedData user = PersonalizedData.Load(CurrentUser.Identity.Name); string externalUserID = user["externalSystemID"] = "0123456789"; }
Anyone done this before and can help me out where to start. I’m using EPi 4.61, asp.net 2.0. Cheers Öjje