DNN

Snippets


DNN

 www.DNNSoftware.com DNN DotNetNuke

NO Image:
24
protected override void OnInit(EventArgs e) { base.OnInit(e); JavaScript.RequestRegistration(CommonJs....

[Read the rest of this article...]

14
UPDATE UserPortals SET IsDeleted = 1 WHERE (UserId > 5) SQL Script
Posted in: DNN
17
Note that you must define a login page in the Admin/Site Settings module. if (!IsPostBack) { if (UserId == -1) { Response.Redirect(Globals....

[Read the rest of this article...]

16
UserInfo u = new UserInfo(); u = UserController.GetUserById(PortalId, DnnUserId);            ...

[Read the rest of this article...]

Posted in: DNN, Custom Modules
08
<asp:Button ID="Button1" runat="server" Text="Delete All Users" onclick="Button1_Click" /> using DotNetNuke.Entities.Users; protected void Bu...

[Read the rest of this article...]

07
To switch from 'humanfriendly' mode to 'advanced' mode, follow these steps: Take a backup of the web.config file for your site Open the ...

[Read the rest of this article...]

Posted in: DNN
Page 6 of 10First   Previous   1  2  3  4  5  [6]  7  8  9  10  Next   Last