up vote 2 down vote favorite
2
share [g+] share [fb]

With the nature of DNN and the limited documentation, I find Hundredreds of "undocumented" features that are really helpful items that can improve productivity and reduce development time, what tips/tricks are the most common ones you use to help reduce development time when using DotnetNuke.

link|improve this question

78% accept rate
hidden features posts need to stop...... – Darren Kopp Sep 23 '08 at 19:04
1  
Then lets just close it all up and go home, these types of posts expose 10 times more helpful information than 100 individual "how do I do this" posts. – Mitchel Sellers Sep 23 '08 at 19:11
Yeah but the "how do I do this" posts are what this site was designed for. These posts might "expose 10 times more helpful information" but not necessarily the info that you're searching for. – Outlaw Programmer Sep 23 '08 at 20:07
Ok, then how is ANY question that isn't a right or wrong item allowed? EVERY single subjective post should get down voted, no responses and die off then. YET if a long standing SO person has posted something like this it stays, becomes popular, and every leaves it be! – Mitchel Sellers Sep 23 '08 at 20:08
show 5 more comments
feedback

2 Answers

I find the ability to quickly add a Delete confirmation in DNN very helpful! The syntax requires less typing than normal.

ClientAPI.AddButtonConfirm(testButton, Localization.GetString("Test", this.LocalResourceFile));
link|improve this answer
feedback

Use of the DNN Paging Control to implement Search Engine Friendly paging in custom modules. SImply set a few values are you are good to go.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.