|
|
Custom Modules
DotNetNuke Custom Modules
NO
Image:
DNN Expert posted on May 04, 2016 07:17

DNN now returns the long state name when using DotNetNuke.Entities.Users.UserInfo . . . Here's an easy workaround for returning the 2 letter stat...
[Read the rest of this article...]
State Name,
State Code
DNN Expert posted on January 25, 2016 08:43
<asp:TemplateField HeaderText="Frequency">
<ItemTemplate>
<asp:Label ID="lblFrequency" runat="server" Text='<%# GetFrequencyLook...
[Read the rest of this article...]
Function,
GridView
DNN Expert posted on January 23, 2016 06:09

Link to photo slideshow:
<div style="margin: auto;width: 100%;text-align: center;">[PHOTOWITHBORDER]</div>
<div style="text-ali...
[Read the rest of this article...]
Ventrian Simple Gallery
DNN Expert posted on December 15, 2014 08:22

I had a need for getting a property details for a SSR report and came up with the following store procedure . . . I thought it might be useful t...
[Read the rest of this article...]
Ventrian Property Agent
DNN Expert posted on November 26, 2014 07:57

DotNetNuke.Services.Log.EventLog.EventLogController objEventLog = new DotNetNuke.Services.Log.EventLog.EventLogController();
objEvent...
[Read the rest of this article...]
DNN Event Viewer
DNN Expert posted on September 30, 2014 09:38

function OpenDialog(url, height, width, title) {
var vurl = url;
var vheight = height;
var vwidth = width;
var v...
[Read the rest of this article...]
DNN,
jQuery,
modal