Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for January 2016
25
Call a Function from a GridView
posted on January 25, 2016 08:43
<asp:TemplateField HeaderText="Frequency"> <ItemTemplate> <asp:Label ID="lblFrequency" runat="server" Text='<%# GetFrequencyLookup...
[Read the rest of this article...]
GridView
,
Function
Posted in:
C Sharp - C#
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
23
Ventrian Gallery Latest Template
posted on January 23, 2016 06:09
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
Posted in:
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
04
SQL DNN Get User Profile with Region Lookup
posted on January 04, 2016 06:13
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
Actions:
E-mail
|
Permalink
|
Comments (0)