Knowledge Base

Snippets

16
  (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
25
<asp:TemplateField HeaderText="Frequency"> <ItemTemplate> <asp:Label ID="lblFrequency" runat="server" Text='<%# GetFrequencyLook...

[Read the rest of this article...]

Function, GridView
23
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
04
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 in: DNN, SQL Scripts
10
Cause This issue occurs when you try to sync to a Gmail account after July 15, 2014 and Basic Authentication has not been enabled for your Gma...

[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 " + N...

[Read the rest of this article...]

Posted in: C Sharp - C#
Page 12 of 53First   Previous   7  8  9  10  11  [12]  13  14  15  16  Next   Last