• Login

Snippets

17
Note that you must define a login page in the Admin/Site Settings module. if (!IsPostBack) { if (UserId == -1) { Response.Redirect(Globals.Naviga...

[Read the rest of this article...]

13
protected static string GenerateQueryStringParameters(HttpRequest request, params string[] queryStringKeys) { StringBuilder queryS...

[Read the rest of this article...]

25
public string AddSpaceAfterComma(string myInput) { try { String text = myInput.ToString(); text...

[Read the rest of this article...]

string function, Regex
Posted in: C Sharp - C#
10
public static DateTime GetFirstDayOfNextMonth(DateTime startDate) { if (startDate.Month == 12) // its end of year , we need to a...

[Read the rest of this article...]

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

[Read the rest of this article...]

Posted in: DNN, Custom Modules
26
The following configuration must be defined: Enable the Guest Account Open up Local Group Policy Manager. Expand Computer Configuration ...

[Read the rest of this article...]

03
Default login & password . . . . Access the router by going to 10.0.0.1 and using: admin / password to log into the router. Router, Comcast
08
<asp:Button ID="Button1" runat="server" Text="Delete All Users" onclick="Button1_Click" /> using DotNetNuke.Entities.Users; protected void Butt...

[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 web....

[Read the rest of this article...]

Posted in: DNN
13
  div id="content" This is a DIV block that is to be centered. I don't want the text to be centered, though, just the block. /div #content { w...

[Read the rest of this article...]

Posted in: CSS
Page 11 of 32First   Previous   6  7  8  9  10  [11]  12  13  14  15  Next   Last