Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
05
Remove any leading or following spaces as well as any carriage returns
posted on December 05, 2018 08:05
UPDATE YourTable SET YourColumn = RTRIM(LTRIM(REPLACE(REPLACE(YourColumn, CHAR(10), ''), CHAR(13), '')))
Posted in:
SQL Scripts
Actions:
E-mail
|
Permalink
|
Comments (0)
11
Get DNN Users Role Expiration Date
posted on May 11, 2018 10:59
DotNetNuke.Security.Roles.RoleController rolesController = new DotNetNuke.Security.Roles.RoleController(); UserRoleInfo role = rolesController.GetUser...
[Read the rest of this article...]
DNN User Roles
Posted in:
C Sharp - C#
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
08
Ventrian News Articles
posted on May 08, 2018 13:19
Getting an error when submitting an article for approval . . . Offending user control: ucSubmitNewsComplete ModuleControlSource:DesktopM...
[Read the rest of this article...]
Ventrian New Articles
Posted in:
Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
25
Check if Value Exists in a Dropdown List
posted on April 25, 2018 06:06
ListItem lisource = ddlDonationSour...
[Read the rest of this article...]
Dropdown list
Posted in:
C Sharp - C#
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
08
Troubleshoot multi user issues in QB Point of Sale
posted on March 08, 2018 09:23
Solution 1: Ensure your Server is in multi-user mode From the File menu, select Switch Company File to Multi User Mode. NOTE: If the server is curren...
[Read the rest of this article...]
Quickbooks POS
Posted in:
Networking Problems
Actions:
E-mail
|
Permalink
|
Comments (0)
21
Google Chrome White Window
posted on February 21, 2018 14:01
If you are getting the WHOLE window as a white screen, no address bar or anything, try running it with the flag --disable-gpu, then go into the settin...
[Read the rest of this article...]
Google Chrome
Actions:
E-mail
|
Permalink
|
Comments (0)
30
After upgrade "Error Loading SMTP Server Tab!" and mail has ceased workingÂ
posted on November 30, 2017 09:13
Issue after upgrade from 8 to 9.1. I ended up deleting all settings in HostSettings and PortalSettings tables that started with SMTP*. Once I did that...
[Read the rest of this article...]
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
15
Add Stylesheet from Code Behind
posted on October 15, 2017 09:04
Add a stylesheet from custom DNN module settings HtmlGenericControl css1 = new HtmlGenericControl("link"); css1.Attributes["type"]...
[Read the rest of this article...]
css
,
stylesheet
,
DNN Module Settings
Posted in:
CSS
,
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
05
Remove href Values when Printing in Browser
posted on October 05, 2017 06:15
<style type="text/css"> @media print { a[href]:after { content: none !important; } } </style>...
[Read the rest of this article...]
css
,
printing
Posted in:
CSS
Actions:
E-mail
|
Permalink
|
Comments (0)
29
True False Eval Bool GridView TemplateField
posted on September 29, 2017 05:45
<asp:TemplateField HeaderText="Bike Raffle*" ItemStyle-HorizontalAlign="Center" >...
[Read the rest of this article...]
GridView
,
TemplateField
Posted in:
Modules
,
Custom Modules
,
Web Design
Actions:
E-mail
|
Permalink
|
Comments (0)
Page 5 of 32
First
Previous
1
2
3
4
[5]
6
7
8
9
10
Next
Last