• Login

Snippets

16
  (SELECT [Value] FROM Lists where EntryID = (SELECT PropertyValue FROM UserProfile WHERE UserId = U.UserId AND PropertyDefinitionID = (SELECT P...

[Read the rest of this article...]

DNN Region Lookup
25
<asp:TemplateField HeaderText="Frequency"> <ItemTemplate> <asp:Label ID="lblFrequency" runat="server" Text='<%# GetFrequencyLookup...

[Read the rest of this article...]

GridView, Function
23
Link to photo slideshow:  <div style="margin: auto;width: 100%;text-align: center;">[PHOTOWITHBORDER]</div> <div style="text-align...

[Read the rest of this article...]

Ventrian Simple Gallery
04
Declare @PortalId int; Set @PortalId = 0; SELECT 'OwnerFirstName' = U.FirstName, 'OwnerLastName' = U.LastName, 'OwnerEmail' = U.Email , (SEL...

[Read the rest of this article...]

DNN Region Lookup SQL
Posted in: DNN, SQL Scripts
10
https://support.microsoft.com/en-us/kb/2984937

[Read the rest of this article...]

Outlook, GMail
Posted in: E-Mail
12
public static string NumberToWords(int number) { if (number == 0) return "zero"; if (number < 0) return "minus " + NumberT...

[Read the rest of this article...]

Posted in: C Sharp - C#
11
“Ems” (em): The “em” is a scalable unit that is used in web document media. An em is equal to the current font-size, for insta...

[Read the rest of this article...]

Posted in: CSS
05
10 Reasons to use DNN for new websites
As a web design consultant specializing in DNNSoftware, I often get asked the question "why use DNN?". Why not use Microsoft's SharePoint, or Content...

[Read the rest of this article...]

DNN, Open Source, DotNetNuke
Posted in: DNN
29
Set value of a textbox to today's date using jQuery: $("#<%= cbxLeaseSentToOwner.ClientID %>").click(function () { var isCheck...

[Read the rest of this article...]

jQuery
24
To get this resolved you need to start you Internet Explorer as Administrator -> Run as Administrator then open the url http://<Server name>/...

[Read the rest of this article...]

SQL Reporting, SSRS
Page 8 of 32First   Previous   3  4  5  6  7  [8]  9  10  11  12  Next   Last