vote up 2 vote down star
2

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.

flag

hidden features posts need to stop...... – Darren Kopp Sep 23 '08 at 19:04
codeflow.org/read-the-faq/#cannot-be-answered/… – Florian Bösch Sep 23 '08 at 19:07
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

2 Answers

vote up 2 vote down

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|flag
vote up 2 vote down

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|flag

Your Answer

Get an OpenID
or

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