Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
20
Update NBrightBuy Image Path when upgrading from V2
posted on December 20, 2016 06:08
-- Used this great tool (https://github.com/FabioParigi/NBrightBuyMigrate ) but ran into a problem with images -- Create a SP to verify the old string...
[Read the rest of this article...]
Posted in:
SQL Scripts
Actions:
E-mail
|
Permalink
|
Comments (0)
01
Reset TCP/IP Stack
posted on December 01, 2016 13:18
It might be that your TCP/IP stack has gotten corrupted. To reset it, open a command prompt with administrative access, and type the following command...
[Read the rest of this article...]
TCP/IP Stack Reset
Posted in:
Networking Problems
Actions:
E-mail
|
Permalink
|
Comments (0)
03
How to Demote Windows Server 2012 PDC
posted on July 03, 2016 05:03
https://tinkertry.com/ws2012e-domain-removal
[Read the rest of this article...]
PDC
Posted in:
Windows Server 2012
Actions:
E-mail
|
Permalink
|
Comments (0)
11
GridView Trim Long String
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 in:
C Sharp - C#
,
DNN
,
Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
11
DNN 7.3 FillObject
posted on May 11, 2016 06:34
//public DonationTrackerInfo DonationTrackerPledgeGetPledgeByID(int pledgeID) //{ // return (DonationTrackerInfo)CBO.FillObject(DataProvider.Instanc...
[Read the rest of this article...]
DNN Controller
Posted in:
C Sharp - C#
Actions:
E-mail
|
Permalink
|
Comments (0)
04
Get State Code By State Name
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 in:
C Sharp - C#
,
DNN
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
23
Order By Domain Name from Email Address
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 in:
DNN
,
SQL Scripts
Actions:
E-mail
|
Permalink
|
Comments (0)
20
CSS Background Size Scale Stretch Image
posted on April 20, 2016 07:03
<!DOCTYPE html> <html> <head> <style> body { background:url(dynamic_width_bg.jpg) #A98436 no-repeat left top; background-...
[Read the rest of this article...]
Scaling Background Image
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
20
DNN 8 Upgrade Error
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 in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
19
DNN 8 Upgrade Skin Errors Fix
posted on February 19, 2016 13:01
Declare @PortalID int; Set @PortalID = 1 update portalsettings set SettingValue = '[G]skins/Xcillion/inner.ascx' where SettingName = 'DefaultPortalSki...
[Read the rest of this article...]
DNN 8 Upgrade
Posted in:
DNN
,
Skin Objects
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 7 of 32
First
Previous
2
3
4
5
6
[7]
8
9
10
11
Next
Last