Knowledge Base

Snippets

Entries for 2016

20
-- Used this great tool (https://github.com/FabioParigi/NBrightBuyMigrate ) but ran into a problem with images -- Create a SP to verify the old strin...

[Read the rest of this article...]

Posted in: SQL Scripts
01
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
03
https://tinkertry.com/ws2012e-domain-removal

[Read the rest of this article...]

PDC
11
Try this . . . . <asp:TemplateField HeaderText="Thank You Letter"> <ItemTemplate> <asp:Label ID="lblTYLetter" runat="server" Text...

[Read the rest of this article...]

GridView TemplateField
11
//public DonationTrackerInfo DonationTrackerPledgeGetPledgeByID(int pledgeID) //{ // return (DonationTrackerInfo)CBO.FillObject(DataProvider.Insta...

[Read the rest of this article...]

DNN Controller
Posted in: C Sharp - C#
04
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
23
SELECT        UserID, Username, FirstName, LastName, IsSuperUser, AffiliateId, Email, DisplayName, UpdatePassword, ...

[Read the rest of this article...]

DNN Users
Posted in: DNN, SQL Scripts
20
<!DOCTYPE html> <html> <head> <style> body { background:url(dynamic_width_bg.jpg) #A98436 no-repeat left top; backgr...

[Read the rest of this article...]

Scaling Background Image
Posted in: CSS
20
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
19
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 in: DNN, Skin Objects
Page 1 of 2First   Previous   [1]  2  Next   Last