|
|
www.DNNSoftware.com DNN DotNetNuke
posted on May 11, 2016 09:32
Try this . . . .
<asp:TemplateField HeaderText="Thank You Letter">
<ItemTemplate>
<asp:Label ID="lblTYLetter" runat="server" Text...
[Read the rest of this article...]
GridView TemplateField
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
posted on April 23, 2016 05:09
SELECT UserID, Username, FirstName, LastName, IsSuperUser, AffiliateId, Email, DisplayName, UpdatePassword, ...
[Read the rest of this article...]
DNN Users
posted on March 20, 2016 11:00
Module Load Warning One or more of the modules on this page did not load. This may be temporary. Please refresh the page (click F5 in most browsers). ...
[Read the rest of this article...]
DNN 8 Upgrade
posted on February 19, 2016 13:01
Declare @PortalID int;
Set @PortalID = 1
update portalsettings
set SettingValue = '[G]skins/Xcillion/inner.ascx'
where SettingName = 'DefaultPorta...
[Read the rest of this article...]
DNN 8 Upgrade
posted on February 16, 2016 06:20
(SELECT [Value] FROM Lists where EntryID = (SELECT PropertyValue FROM UserProfile WHERE UserId = U.UserId AND PropertyDefinitionID = (SELECT ...
[Read the rest of this article...]
DNN Region Lookup
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
posted on January 04, 2016 06:13
Declare @PortalId int;
Set @PortalId = 0;
SELECT
'OwnerFirstName' = U.FirstName,
'OwnerLastName' = U.LastName,
'OwnerEmail' = U.Email
...
[Read the rest of this article...]
DNN Region Lookup SQL
posted on January 05, 2015 12:02
As a web design consultant specializing in DNNSoftware, I often get asked the question "why use DNN?".
Why not use Microsoft's SharePoint, or Conte...
[Read the rest of this article...]
DNN,
Open Source,
DotNetNuke
posted on October 08, 2014 15:33
Try running . . . .
exec sp_updatestats;
SQL,
DNN