DotNetNuke
Mainly for my own benefit, I've accomplished a diff between DNN 3.1 and 3.2.2. View my blog post for details.
Well, I actually participated in my first webcast yesterday. Brian Scarbeau invited me to join in on his 3rd DotNetNuke webcast on custom module development to help by answer questions and filling in as needed. It went quite well and I plan on also participating in his 5th webcast on skinning. Should be interesting! If you're interested in DNN skinning, I suggest you check it out...
Well, I've been very busy over the past few months. Project after project at home and work. Well, I definitely made sure to get my all-important playtime at home, too, of course. I guess it's all a good thing, tho. I just haven't had too much time for new posts. I do have news, tho. I was just added to the DNN Image Module Project last week. I just got the latest code and plan on adding some of my own updates to it within the next week or so. I look forward to contributing. There aren't too many...
After having this problem several times and continually forgetting the fix, I figured I'd go ahead and make a post about it. Hopefully, it'll save someone time in the future. Let me know if you have a different fix. Symptoms When you browse to a DNN page after adding a new module to the page, you receive an error message that is similar to the following: Multiple controls with the same ID 'ctr123_DD' were found. FindControl requires that controls have unique IDs. Cause DNN dynamically loads modules...