The situation: You need to access user profile properties in a custom DNN module for display or perhaps pre-filling a form. Here's how I handled it recently: I created a method to retrieve the profile property of interest. I could have accessed the property directly, but I wanted to customize what came back and to … Continue reading DotNetNuke Module Development – How To Access User Profile Properties
DNN
My Love-Hate Relationship with DotNetNuke
I am an ASP.NET programmer, so when I needed to implement a Content Management System (CMS), I looked around for an ASP.NET-based system that would let me create add-ons or modules if the base package didn't do everything I want. I just knew that my clients would insist on implementing some feature or another in … Continue reading My Love-Hate Relationship with DotNetNuke