Knowledge Base

Snippets

24
First you need to add, using System.Diagnostics.  This provides the hook to the classes that will enable you to push your error to the Windows Ev...

[Read the rest of this article...]

SSIS
10
System.InvalidOperationException: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping...

[Read the rest of this article...]

DNN 9
Posted in: DNN, Web.Config
07
<div style="display: inline-block;margin:6px;"> <div style="margin: 0 auto !important;">[PHOTOWITHBORDER]</div> <div style="tex...

[Read the rest of this article...]

Ventrian Simple Gallery
Posted in: CSS, Web Design
21
#Body{      background: url(/Portals/0/BGImage/Grays_Beach.jpg) no-repeat center center fixed;   -webkit-background-size: co...

[Read the rest of this article...]

Fixed background Image
Posted in: CSS
14
.multiple-borders img {   box-shadow: 8px 8px 10px #aaa; } USE:  <div class="multiple-borders">IMAGE</div> CSS Image Borders
Posted in: CSS
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#
Page 7 of 33First   Previous   2  3  4  5  6  [7]  8  9  10  11  Next   Last