theboot

Stories submitted by theboot

Let'sTalk DotNetNuke User Personalization(kemmis.info)

submitted by theboottheboot(175) 4 years, 7 months ago

How to read and write unique values for each DotNetNuke user of your module. read more...

add a comment |category: |Views: 74

tags: another

Common DotNetNuke Module Page Tasks(kemmis.info)

submitted by theboottheboot(175) 4 years, 7 months ago

How to modify data inside the <head> section of the DotNetNuke page. How to work with the DotNetNuke page URL.How to store and retrieve settings for an instance of your module. read more...

add a comment |category: |Views: 3

tags: another

Utilizing Your DotNetNuke Module's Data Access Layer(kemmis.info)

submitted by theboottheboot(175) 4 years, 7 months ago

In this article I will demonstrate how you can begin to use your DotNetNuke module’s Data Access Layer (DAL) to achieve certain functionality when you need it. After reading this you should be able to add code to your DataProvider class that will allow you to retrieve output parameter values from a stored procedure and then pass those values up into your business logic layer. read more...

add a comment |category: |Views: 7

tags: another

The (DotNetNuke) Basics Are Just Not Enough(kemmis.info)

submitted by theboottheboot(175) 4 years, 7 months ago

This is an introduction to a series of articles detailing the less obvious details of DotNetNuke module development. read more...

6 comments |category: |Views: 3

tags: another