|
|
Entries for September 2014
posted on September 30, 2014 09:38
function OpenDialog(url, height, width, title) {
var vurl = url;
var vheight = height;
var vwidth = width;
var vtitle...
[Read the rest of this article...]
DNN,
jQuery,
modal
posted on September 27, 2014 07:10
using DotNetNuke.Entities.Profile;
string _value = GetUserProfilePropertyValue("MyCustomProfileField").ToString();
public string GetUserProfil...
[Read the rest of this article...]
DNN,
ProfileProperty
posted on September 23, 2014 05:34
public void SetPageName(string PageName)
{
try
{
DotNetNuke.Framework.CDefault CustomPageName = (DotNe...
[Read the rest of this article...]
DNN
posted on September 16, 2014 06:28
Select ISNULL(NULLIF(GIBS_FBLineItems.ReportType, ''), '--Undefined--') as ReportType from GIBS_FBLineItems
SQL
posted on September 02, 2014 08:17
Solved on IIS7.Issue is in the web config the <modules tag needs to be changed to the following: <system.webServer> <mod...
[Read the rest of this article...]
DNN,
IIS 7
Posted in:
DNN,
Web.Config