摘要:
阅读全文
摘要:
<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/DesktopModules/DDRMenu/Menu.ascx" %> 可以显示父类下的子菜单 (dropdownlist), <dnn:MENU ID="bootstrapNav1" MenuS 阅读全文
摘要:
查源码发现登录按钮有参数,点击跳到登录页或者弹窗登录,真正登录后会根据传参的url反回。因为皮肤对像没有相应参数,所以只能去掉参数。我是用js去的,偷个懒吧。如下所示: 阅读全文
摘要:
new DotNetNuke.Common.Lists.ListController().GetListEntryInfo("DataType","Text").EntryID 阅读全文
摘要:
if (DotNetNuke.Entities.Profile.ProfileController.GetPropertyDefinitionByName(this.PortalId, "QQ") == null) { DotNetNuke.Entities.Profile.ProfileContr... 阅读全文
摘要:
xxxxxxxx.Sum(f => f.jifen).GetValueOrDefault(0) 阅读全文
摘要:
public static string GetProfileImage(int userId, int width, int height) { return "~/profilepic.ashx?userid=" + userId.ToString() + "&w=" + width.ToS... 阅读全文
摘要:
阅读全文
摘要:
if(!IsPostBack) { fuPhoto.Attributes.Add("onchange", "javascript:__doPostBack('" + lbUploadPhoto.ClientID.Replace("_","$") + "','')"); } 阅读全文
摘要:
public string fileUpload() { if (fuPhoto.PostedFile != null && fuPhoto.PostedFile.ContentLength > 0) { int _ModuleID = (this.Parent.TemplateContro... 阅读全文